Skip to content

Commit

Permalink
updates to fix dot env and cd
Browse files Browse the repository at this point in the history
  • Loading branch information
bdargan committed Mar 15, 2017
1 parent 8820592 commit e5773c0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions _aliases
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
# Easier navigation: .., ..., ...., ....., ~ and -
alias ..="cd .."
alias ...="cd ../.."
alias ....="cd ../../.."
alias .....="cd ../../../.."
alias ~="cd ~" # `cd` is probably faster to type though
alias -- -="cd -"

# Shortcuts
alias g="git"
alias h="history"
alias v="vim"
alias o="open"
Expand Down

0 comments on commit e5773c0

Please sign in to comment.