udpate zshrc
This commit is contained in:
parent
e0c0bbb3b1
commit
bf78f7ca68
1 changed files with 2 additions and 2 deletions
4
zshrc
4
zshrc
|
|
@ -13,7 +13,7 @@ function is_interactive() { [ -t 1 ] }
|
||||||
|
|
||||||
# 1. Environment Vars
|
# 1. Environment Vars
|
||||||
# ===================
|
# ===================
|
||||||
custom_paths=(/sbin /usr/sbin /Applications/Xcode.app/Contents/Developer/usr/bin /usr/local/android/tools /usr/local/android/platform-tools /usr/local/bin /usr/local/sbin $HOME/bin)
|
custom_paths=(/sbin /usr/sbin /Applications/Xcode.app/Contents/Developer/usr/bin /Library/Developer/Toolchains/swift-latest.xctoolchain/usr/bin /usr/local/bin /usr/local/sbin $HOME/bin)
|
||||||
for dir in $custom_paths; do
|
for dir in $custom_paths; do
|
||||||
if [[ -d "$dir" ]]; then
|
if [[ -d "$dir" ]]; then
|
||||||
path=($dir $path)
|
path=($dir $path)
|
||||||
|
|
@ -180,7 +180,7 @@ prompt sjs
|
||||||
alias bgd='bg; disown %1'
|
alias bgd='bg; disown %1'
|
||||||
alias cp='nocorrect cp' # don't correct spelling for 'cp'
|
alias cp='nocorrect cp' # don't correct spelling for 'cp'
|
||||||
alias e='mate'
|
alias e='mate'
|
||||||
alias ez="$EDITOR $ZDOTDIR/zshrc && source $ZDOTDIR/zshrc"
|
alias ez="$EDITOR ~/.zshrc && source ~/.zshrc"
|
||||||
|
|
||||||
alias mkdir='nocorrect mkdir' # don't correct spelling for 'mkdir'
|
alias mkdir='nocorrect mkdir' # don't correct spelling for 'mkdir'
|
||||||
alias mv='nocorrect mv' # don't correct spelling for 'mv'
|
alias mv='nocorrect mv' # don't correct spelling for 'mv'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue