From 6551edecfe75abe78aeda78ad9b655bbaaa0cd4c Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 17 Dec 2024 08:43:54 -0800 Subject: fish defaults are fine --- nix/users/fcuny/shell.nix | 9 --------- 1 file changed, 9 deletions(-) (limited to 'nix/users/fcuny/shell.nix') 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 = { -- cgit 1.4.1