New solarized terminal
This commit is contained in:
11
zsh/zshrc
11
zsh/zshrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user