aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-12-17 08:43:54 -0800
committerFranck Cuny <franck@fcuny.net>2024-12-18 09:05:35 -0800
commit6551edecfe75abe78aeda78ad9b655bbaaa0cd4c (patch)
tree52c49c2402f29236916ebfba72b4290e661ac973
parentconfigure correctly pre-commit checks (diff)
downloadinfra-6551edecfe75abe78aeda78ad9b655bbaaa0cd4c.tar.gz
fish defaults are fine
-rw-r--r--nix/users/fcuny/shell.nix9
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 = {