diff options
author | Franck Cuny <franck@fcuny.net> | 2024-12-17 08:43:54 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-12-18 09:05:35 -0800 |
commit | 6551edecfe75abe78aeda78ad9b655bbaaa0cd4c (patch) | |
tree | 52c49c2402f29236916ebfba72b4290e661ac973 /nix/users | |
parent | configure correctly pre-commit checks (diff) | |
download | world-6551edecfe75abe78aeda78ad9b655bbaaa0cd4c.tar.gz |
fish defaults are fine
Diffstat (limited to 'nix/users')
-rw-r--r-- | nix/users/fcuny/shell.nix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/nix/users/fcuny/shell.nix b/nix/users/fcuny/shell.nix index 399a1df..d95c74d 100644 --- a/nix/users/fcuny/shell.nix +++ b/nix/users/fcuny/shell.nix @@ -34,15 +34,6 @@ in { programs.fish = { enable = true; interactiveShellInit = '' - # Configure classic prompt - set fish_color_user --bold blue - set fish_color_cwd --bold white - - # Enable colour hints in VCS prompt: - set __fish_git_prompt_showcolorhints yes - set __fish_git_prompt_color_prefix purple - set __fish_git_prompt_color_suffix purple - set fish_greeting "" ''; shellAbbrs = { |