diff --git a/home/fish.nix b/home/fish.nix index 98a8112..3dfe11b 100644 --- a/home/fish.nix +++ b/home/fish.nix @@ -192,7 +192,7 @@ ''; programs.fish.interactiveShellInit = '' - set -g fish_greeting "(づ ̄ ³ ̄)づ hello (づ ̄ ³ ̄)づ" + set -g fish_greeting (set_color blue)"(づ ̄ ³ ̄)づ "(set_color red)"h"(set_color cyan)"e"(set_color yellow)"l"(set_color magenta)"l"(set_color green)"o "(set_color blue)"(づ ̄ ³ ̄)づ"(set_color normal) fish_vi_key_bindings set VIRTUAL_ENV_DISABLE_PROMPT true bind -M insert ! __history_previous_command