Update zshrc
This commit is contained in:
parent
ec229e32aa
commit
2973a0abf5
5
zshrc
5
zshrc
|
@ -51,6 +51,9 @@ bindkey '^w' backward-kill-word
|
||||||
bindkey '^r' history-incremental-search-backward
|
bindkey '^r' history-incremental-search-backward
|
||||||
|
|
||||||
# Other aliases
|
# 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 c.="cd .."
|
alias c.="cd .."
|
||||||
alias cdg=cdgit
|
alias cdg=cdgit
|
||||||
|
@ -118,7 +121,7 @@ export PATH=$HOME/bin:$PATH
|
||||||
export PATH=$HOME/.local/bin:$PATH
|
export PATH=$HOME/.local/bin:$PATH
|
||||||
export PATH=$HOME/script:$PATH
|
export PATH=$HOME/script:$PATH
|
||||||
|
|
||||||
. $HOME/.zshrc.local
|
. $ZDOTDIR/.zshrc.local
|
||||||
|
|
||||||
# set up asdf
|
# set up asdf
|
||||||
. $HOME/.asdf/asdf.sh
|
. $HOME/.asdf/asdf.sh
|
||||||
|
|
Loading…
Reference in New Issue