This commit is contained in:
atlantispc_sheppy
2017-05-26 18:40:23 +02:00
parent f380b57023
commit 48c7fd86f0
3 changed files with 768 additions and 6 deletions

8
zshrc
View File

@@ -6,8 +6,8 @@ fi
#### ZSH-INTERNAL ####
### HISTORY ###
STSIZE=2000
SAVEHIST=2000
STSIZE=20000
SAVEHIST=20000
HISTFILE=~/.config/zshhistory.log
### COLOR STDERR ###
@@ -33,6 +33,10 @@ CMD_START=$'%F{$MAIN_PROMT_COLOR}--->%f '
PS1=$'%F{$USER_COLOR}%m%f%F{red}:%f%F{cyan}%~%f\n'$CMD_START #promt
PS1=%F{$MAIN_PROMT_COLOR}$'${(r:$COLUMNS::\u2500:)}'%f$PS1
if [[ ( $USER != 'sheppy') && ( $USER != 'ik15ydit') && ( $USER != 'root' ) ]]; then
PS1='%n'$PS1
fi
### STYLE ###
zstyle ':completion:*:default' list-prompt '%p'
zstyle ':completion:*' use-cache yes; zstyle ':completion:*' cache-path #~/.zsh/cache (~/.zsh muss existieren)