Polish fish experience and remove zsh again.

This commit is contained in:
2024-09-14 07:37:09 +01:00
parent 0021c0ad8b
commit cbce7c1e5e
3 changed files with 12 additions and 1 deletions

View File

@@ -2,6 +2,16 @@
{
fish = {
enable = true;
shellInit = ''
set fish_greeting
set pure_color_mute green
set pure_check_for_new_release false
set pure_enable_nixdevshell true
set pure_show_prefix_root_prompt true
set sponge_regex_patterns 'password|passwd'
'';
};
git = {