ghostty config on macos, and fix fish theming on every shell

This commit is contained in:
Tyler Mayoff 2025-07-19 11:48:58 -04:00
parent f25d426ae8
commit f1f24fa4d5
No known key found for this signature in database
GPG key ID: FAE8714D991290A9
4 changed files with 8 additions and 3 deletions

View file

@ -22,7 +22,6 @@ in {
export GPG_TTY=$(tty)
fish_config theme save "Catppuccin Latte"
'';
shellInit = ''
@ -36,6 +35,8 @@ in {
if test -e $HOME/.config/fish/variables-$(hostname)fish
source $HOME/.config/fish/variables-$(hostname).fish
end
fish_config theme save "Catppuccin Latte"
'';
plugins = [