updated some configs and theming

This commit is contained in:
Tyler Mayoff 2025-07-18 23:06:28 -04:00
parent bd56720268
commit 8a2031c511
9 changed files with 80 additions and 181 deletions

View file

@ -14,8 +14,6 @@ in {
set -gx DEBEMAIL "tyler@tylermayoff.com"
fish_add_path $HOME/.local/bin
# fish_add_path /opt/homebrew/bin
# fish_add_path /opt/homebrew/opt/llvm@18/bin
if test -e $HOME/.config/fish/variables-$(hostname).fish
source $HOME/.config/fish/variables-$(hostname).fish
@ -23,8 +21,6 @@ in {
bind \cz 'fg 2>/dev/null; commandline -f repaint'
export GPG_TTY=$(tty)
zoxide init fish | source
'';
shellInit = ''