Remove remaining prompt assignments in zshrc
This commit is contained in:
parent
7a75bcc46c
commit
530e254245
1 changed files with 0 additions and 7 deletions
|
@ -8,18 +8,11 @@ zstyle ':completion:*' menu select
|
|||
setopt completealiases
|
||||
setopt HIST_IGNORE_DUPS
|
||||
|
||||
PROMPT="%{$fg[red]%}%n%{$reset_color%}@%{$fg[blue]%}%m %{$fg_no_bold[yellow]%}%1~%{$reset_color%} #"
|
||||
RPROMPT="[%{$fg_no_bold[yellow]%}%?%{$reset_color%}]"
|
||||
LS_COLORS='rs=0:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37;44:ex=01;32:';
|
||||
|
||||
# HISTORY
|
||||
HISTFILE=~/.zsh_history
|
||||
HISTSIZE=10000
|
||||
SAVEHIST=10000
|
||||
|
||||
# EXPORTS
|
||||
export LS_COLORS
|
||||
|
||||
# ALIAS & FUNCTIONS
|
||||
alias ls="ls --color -F"
|
||||
alias ll="ls --color -lh -a"
|
||||
|
|
Loading…
Reference in a new issue