diff --git a/dotfiles/kitty/mocha.conf b/dotfiles/kitty/mocha.conf index b345a47..8c52ff1 100644 --- a/dotfiles/kitty/mocha.conf +++ b/dotfiles/kitty/mocha.conf @@ -25,6 +25,7 @@ url_color #F5E0DC active_border_color #B4BEFE inactive_border_color #6C7086 bell_border_color #F9E2AF +enable_audio_bell no # OS Window titlebar colors wayland_titlebar_color #1E1E2E diff --git a/dotfiles/zshrc b/dotfiles/zshrc index fdff756..a2800fd 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -30,6 +30,6 @@ alias nix-shell='nix-shell --run zsh' autoload -U colors && colors 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)"