add icat and ssh kitten

This commit is contained in:
zoe 2022-06-18 14:24:14 +02:00
parent 20da971239
commit a14cb45398
1 changed files with 2 additions and 0 deletions

View File

@ -54,4 +54,6 @@ if status is-interactive
set -g fish_pager_color_secondary_prefix $cyan
set -g fish_pager_color_secondary_completion $foreground
set -g fish_pager_color_secondary_description $comment
alias icat="kitty +kitten icat"
alias ssh="kitty +kitten ssh"
end