From c1c964aa89832402c74bb59eea3902677c57ba21 Mon Sep 17 00:00:00 2001 From: VietNguyenx <101798660+VietNguyenVN@users.noreply.github.com> Date: Mon, 6 Apr 2026 10:29:18 +0700 Subject: [PATCH] Update config.fish (add missing end in #3174) Add missing end in config.fish after commit #3174 --- dots/.config/fish/config.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/dots/.config/fish/config.fish b/dots/.config/fish/config.fish index 55fdccca2..f10482d06 100755 --- a/dots/.config/fish/config.fish +++ b/dots/.config/fish/config.fish @@ -29,4 +29,5 @@ if status is-interactive end if test "$TERM" = "xterm-kitty" alias ssh 'kitten ssh' + end end