diff options
author | Alan Pearce | 2024-11-30 20:59:01 +0100 |
---|---|---|
committer | Alan Pearce | 2024-11-30 20:59:01 +0100 |
commit | a3bb1545394862b10026246d197d1c16d770497f (patch) | |
tree | c0a430080ec2179f0c65dccf1e47f687fe84bce3 /user/settings | |
parent | a4661dd2703a842016416332635763e85c5036c4 (diff) | |
download | nixfiles-a3bb1545394862b10026246d197d1c16d770497f.tar.lz nixfiles-a3bb1545394862b10026246d197d1c16d770497f.tar.zst nixfiles-a3bb1545394862b10026246d197d1c16d770497f.zip |
fish: colour hydro prompt using tide scheme
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/fish.nix | 8 |
1 files changed, 7 insertions, 1 deletions
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"; |