1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Fix ssh with Kitty

This commit is contained in:
Mo8it 2022-03-22 20:21:57 +01:00
parent a316edfc15
commit 7dba20fb9a

View file

@ -16,6 +16,7 @@ if status is-interactive
abbr -a -g ll "lsd -l" abbr -a -g ll "lsd -l"
abbr -a -g rm trash abbr -a -g rm trash
abbr -a -g cd z abbr -a -g cd z
abbr -a -g ssh "kitty +kitten ssh"
## Safety options ## Safety options
abbr -a -g cp "cp -i" abbr -a -g cp "cp -i"