Merge branch 'main' of github.com:FredzyW/nix

This commit is contained in:
FredzyW 2024-05-24 15:20:56 +02:00
commit fb3fc68ec3

View file

@ -49,6 +49,7 @@
};
interactiveShellInit = ''
set fish_greeting # Disable greeting
set -Ux FZF_DEFAULT_OPTS "--color=fg:#f8f8f2,bg:#282a36,hl:#bd93f9 --color=fg+:#f8f8f2,bg+:#44475a,hl+:#bd93f9 --color=info:#ffb86c,prompt:#50fa7b,pointer:#ff79c6 --color=marker:#ff79c6,spinner:#ffb86c,header:#6272a4"
'';
};
}