dot_config/private_fish/config.fish.tmpl 🔗
@@ -47,7 +47,11 @@ fish_add_path "/usr/lib/kf6"
fish_add_path "/usr/lib/kf5"
# Additional preferences
+{{ if eq .chezmoi.hostname "sidhe" }}
set -gx EDITOR "zed --wait"
+{{ else }}
+set -gx EDITOR "zeditor --wait"
+{{ end }}
set -gx VISUAL "$EDITOR"
set -gx MANPAGER "nvim +Man!"
set -gx COLUMNS 80