Adapted configs to dell e7470 work laptop

This commit is contained in:
2017-01-25 17:27:17 +01:00
parent fd1b2a2c9d
commit fd71d6a05c
11 changed files with 73 additions and 86 deletions

View File

@@ -86,7 +86,7 @@ if [[ -f $DIRSTACKFILE ]] && [[ $#dirstack -eq 0 ]]; then
fi
chpwd() {
print -l $PWD ${(u)dirstack} >$DIRSTACKFILE
print -l $PWD ${(u)dirstack} > $DIRSTACKFILE
}
DIRSTACKSIZE=20
@@ -118,5 +118,8 @@ setopt autopushd pushdsilent pushdtohome
setopt pushdignoredups
setopt pushdminus
setopt nohashdirs
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
#source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
rehash
source <(oc completion zsh)
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting