Skip to content

Commit

Permalink
Remove dash() function
Browse files Browse the repository at this point in the history
  • Loading branch information
amontalenti committed Jan 30, 2025
1 parent f3ea25d commit b4cdff3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .bash_functions
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ mktun () {
ssh -nNT -L "${LOCALPORT}:localhost:${REMOTEPORT}" $SERVER;
}

dash () {
# open default browser to given dash location in beta
local APIKEY=$1
x-www-browser https://beta.parsely.com/$APIKEY;
}

vman () {
# open a given man page in vim, to use vim as a pager
vim -c "SuperMan $*"
Expand Down

0 comments on commit b4cdff3

Please sign in to comment.