all repos — nixfiles @ a3bb1545394862b10026246d197d1c16d770497f

System and user configuration, managed by nix and home-manager

fish: colour hydro prompt using tide scheme
Alan Pearce alan@alanpearce.eu
Sat, 30 Nov 2024 20:59:01 +0100
commit

a3bb1545394862b10026246d197d1c16d770497f

parent

a4661dd2703a842016416332635763e85c5036c4

1 files changed, 7 insertions(+), 1 deletions(-)

jump to
M user/settings/fish.nixuser/settings/fish.nix
@@ -40,7 +40,13 @@ set FZF_CTRL_T_COMMAND       set --export FZF_DEFAULT_OPTS '--cycle --layout=reverse --border --height=90% --preview-window=wrap --marker="*"'
       fzf_configure_bindings --directory=\cx\cf
 
-      set --universal hydro_multiline true
+      set --global hydro_multiline true
+      set --global hydro_color_pwd 00AFFF
+      set --global hydro_color_git 5FD700
+      set --global hydro_color_start FF00FF
+      set --global hydro_color_error D70000
+      set --global hydro_color_prompt 5FAF00
+      set --global hydro_color_duration 87875F
     '';
     shellAliases = {
       hist-freq-lines = lib.mkForce "history | sort | uniq -c | sort -gr | head -n100 | less";