Merge branch 'master' of github.com:lytedev/dotfiles
This commit is contained in:
commit
3fad011938
1
env/sh/bashrc
vendored
1
env/sh/bashrc
vendored
|
@ -24,6 +24,7 @@ if [ -t 0 ]; then
|
|||
alias tree='tree -Csuh'
|
||||
|
||||
# navigation aliases
|
||||
alias c="cd $HOME/.."
|
||||
alias cd..="cd .."
|
||||
alias cdd="cd \"$DOTFILES_PATH\""
|
||||
alias ..="cd .."
|
||||
|
|
Reference in a new issue