summaryrefslogtreecommitdiff
path: root/.config/zsh
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-12-27 22:25:35 +0100
committeryuzu-eva <stevenhu@web.de>2022-12-27 22:25:35 +0100
commita360f1fc5d89be132044a0aa8f7a8ec4e65a7d95 (patch)
tree95b7840a3ba48a3a894106f32d6e8e61b724289c /.config/zsh
parent66ebf6e1e49075c36ce8e1a3e869985f6b171581 (diff)
fixed color in zsh, sourced Xsession.d in xinitrc, changed clangd command in lspconfig
Diffstat (limited to '.config/zsh')
-rw-r--r--.config/zsh/.zshrc4
1 files changed, 1 insertions, 3 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index 13c6719..c5e5f2d 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -1,7 +1,5 @@
autoload -U colors && colors
-# PS1="%B%{$fg[red]%}[%{$fg[magenta]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[yellow]%}%~%{$fg[red]%}]%{$reset_color%}$%b "
-
stty stop undef
autoload -U compinit
@@ -56,7 +54,7 @@ TRAPINT() {
return $(( 128 + $1 ))
}
-PROMPT='%B%{$fg[red]%}[%{$fg[magenta]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[yellow]%}%~%{$fg[red]%}]%{$reset_color%}%b %(?.%F{green}$THEME_VI_MODE_SYMBOL.%F{red}$THEME_VI_MODE_SYMBOL) '
+PROMPT='%B%{$fg[red]%}[%{$fg[magenta]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[yellow]%}%~%{$fg[red]%}]%b%(?.%F{green}$THEME_VI_MODE_SYMBOL.%F{red}$THEME_VI_MODE_SYMBOL)%{$reset_color%} '
setopt extendedGlob