I don't like the bell & fixed zsh shit

This commit is contained in:
vanten-s 2024-05-13 21:05:58 +02:00
parent ebcb201c6d
commit ecc4b41ffe
Signed by: vanten-s
GPG key ID: DE3060396884D3F2
2 changed files with 2 additions and 1 deletions

View file

@ -25,6 +25,7 @@ url_color #F5E0DC
active_border_color #B4BEFE active_border_color #B4BEFE
inactive_border_color #6C7086 inactive_border_color #6C7086
bell_border_color #F9E2AF bell_border_color #F9E2AF
enable_audio_bell no
# OS Window titlebar colors # OS Window titlebar colors
wayland_titlebar_color #1E1E2E wayland_titlebar_color #1E1E2E

View file

@ -30,6 +30,6 @@ alias nix-shell='nix-shell --run zsh'
autoload -U colors && colors autoload -U colors && colors
PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b " PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "
source .config/zsh/git.zsh source ~/.config/zsh/git.zsh
eval "$(direnv hook zsh)" eval "$(direnv hook zsh)"