From b34000fec11c66cd171411adc6b737257c4f4794 Mon Sep 17 00:00:00 2001 From: mat ess Date: Tue, 29 Nov 2022 18:06:26 -0500 Subject: [PATCH] colors --- home/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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