Skip to content

Commit

Permalink
Added vagrant ssh (vssh) and ports aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
eko committed Dec 30, 2018
1 parent aa0ec75 commit ea336a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .aliases
Expand Up @@ -5,12 +5,17 @@ alias ....='cd ../../..'
alias .....='cd ../../../..'
alias -- -='cd -'

alias vssh='cd ~/dev; vagrant ssh'

# bat > cat
alias cat='bat'

# prettyping
alias ping='prettyping --nolegend'

# display listening ports
alias ports='sudo lsof -PiTCP -sTCP:LISTEN'

# ncdu
alias ncdu='ncdu --color dark -rr -x --exclude .git --exclude node_modules'

Expand Down

0 comments on commit ea336a9

Please sign in to comment.