diff --git a/dot_zshrc b/dot_zshrc index 1cd7b0b..2dd70cd 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -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"