From a3bb1545394862b10026246d197d1c16d770497f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 30 Nov 2024 20:59:01 +0100 Subject: fish: colour hydro prompt using tide scheme --- user/settings/fish.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'user') diff --git a/user/settings/fish.nix b/user/settings/fish.nix index cfefa9ff..91d87505 100644 --- a/user/settings/fish.nix +++ b/user/settings/fish.nix @@ -40,7 +40,13 @@ 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"; -- cgit 1.4.1