fish: use Zed as editor if inside a Zed terminal
1 file changed, 4 insertions(+), 0 deletions(-)
changed files
M user/settings/fish.nix → user/settings/fish.nix
@@ -44,6 +44,10 @@ set --global hydro_color_start FF00FF set --global hydro_color_error D70000 set --global hydro_color_prompt 5FAF00 set --global hydro_color_duration 87875F + + if set --query ZED_TERM + set -x EDITOR "zed -w" + end ''; shellAliases = { hist-freq-lines = lib.mkForce "history | sort | uniq -c | sort -gr | head -n100 | less";