From 530e254245e85547e3b2e5bdfa3f68f51f0480fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Sch=C3=A4ferdiek?= Date: Wed, 13 Dec 2023 00:33:08 +0100 Subject: [PATCH] Remove remaining prompt assignments in zshrc --- dot_zshrc | 7 ------- 1 file changed, 7 deletions(-) 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"