1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00

move ssh to kitten function fish

This commit is contained in:
eoli3n 2020-11-13 18:21:48 +01:00
parent d78266efb6
commit e37efd5293

@ -1,4 +1,4 @@
# Defined in - @ line 1
function ssh --description 'alias ssh'
function kitten --description 'alias kitten'
kitty +kitten ssh $argv;
end