Update zshrc

This commit is contained in:
Rob Watson 2021-04-08 16:06:02 +02:00
parent ec229e32aa
commit 2973a0abf5
1 changed files with 4 additions and 1 deletions

5
zshrc
View File

@ -51,6 +51,9 @@ bindkey '^w' backward-kill-word
bindkey '^r' history-incremental-search-backward
# Other aliases
alias be="bundle exec"
alias berc="bundle exec rails console"
alias bers="bundle exec rails server"
alias c-="cd -"
alias c.="cd .."
alias cdg=cdgit
@ -118,7 +121,7 @@ export PATH=$HOME/bin:$PATH
export PATH=$HOME/.local/bin:$PATH
export PATH=$HOME/script:$PATH
. $HOME/.zshrc.local
. $ZDOTDIR/.zshrc.local
# set up asdf
. $HOME/.asdf/asdf.sh