]> Freerunner's - dotfiles.git/commitdiff
fish: update environment
authorAndre Ramnitz <tux.rising@gmail.com>
Fri, 14 Nov 2025 15:29:28 +0000 (16:29 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Fri, 14 Nov 2025 15:29:28 +0000 (16:29 +0100)
dot-config/fish/config.fish

index 795c5122b74d2e7af1b62c4728911de46c8ba0cd..959e1d772f7cb210fbc3dbffb54045f44645db1a 100644 (file)
@@ -6,8 +6,8 @@ if status is-interactive
     set EZA_COLORS "*.patch.skip=38;5;244"
     command -v fastfetch && command fastfetch -c ~/.config/fastfetch/default.jsonc
     source (/usr/bin/starship init fish --print-full-init | psub)
-    set -gx EDITOR 'kks edit'
-    set -gx VISUAL 'kks edit'
+    set -gx EDITOR 'kak'
+    set -gx VISUAL 'kak'
     set -g fish_greeting
 end