Update config.fish (add missing end in #3174)

Add missing end in config.fish after commit #3174
This commit is contained in:
VietNguyenx
2026-04-06 10:29:18 +07:00
committed by GitHub
parent 8447588c7f
commit c1c964aa89
+1
View File
@@ -29,4 +29,5 @@ if status is-interactive
end
if test "$TERM" = "xterm-kitty"
alias ssh 'kitten ssh'
end
end