New solarized terminal

This commit is contained in:
2017-11-01 13:44:02 +01:00
parent 6f2583e2e7
commit 6891d81373
5 changed files with 69 additions and 46 deletions

View File

@@ -21,9 +21,7 @@ setopt hist_ignore_all_dups
setopt hist_ignore_space
# Promptstyle
#prompt walters
#PROMPT='%F{red}%n%f@%F{blue}%m%f %F{yellow}%1~%f %# '
#RPROMPT='[%F{yellow}%?%f]'
prompt walters
# Autocomplete stuff
zstyle ':completion:*' menu select
@@ -88,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
@@ -122,8 +120,3 @@ setopt pushdminus
setopt nohashdirs
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
rehash
LS_COLORS=$LS_COLORS:'di=1;37:' ; export LS_COLORS
#source <(oc completion zsh)
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting