From 3da6103acb29e1a9d295bd844e6d8baf9a20ba53 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Fri, 14 Nov 2025 16:29:28 +0100 Subject: [PATCH] fish: update environment --- dot-config/fish/config.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot-config/fish/config.fish b/dot-config/fish/config.fish index 795c5122..959e1d77 100644 --- a/dot-config/fish/config.fish +++ b/dot-config/fish/config.fish @@ -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 -- 2.51.2