From ecc4b41ffe6b13c3463a4079b4bb8cdff3673212 Mon Sep 17 00:00:00 2001 From: vanten-s Date: Mon, 13 May 2024 21:05:58 +0200 Subject: [PATCH] I don't like the bell & fixed zsh shit --- dotfiles/kitty/mocha.conf | 1 + dotfiles/zshrc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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)"