I don't like the bell & fixed zsh shit
This commit is contained in:
parent
ebcb201c6d
commit
ecc4b41ffe
|
@ -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
|
||||||
|
|
|
@ -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)"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue