added ssh shorthand function
This commit is contained in:
parent
dcffe848e8
commit
c0d0fb0623
1 changed files with 7 additions and 3 deletions
|
@ -187,6 +187,10 @@ set -U tide_zig_bg_color normal
|
|||
set -U tide_zig_color F7A41D
|
||||
set -U tide_zig_icon \ue6a9
|
||||
|
||||
function s
|
||||
ssh (whoami)@$argv
|
||||
end
|
||||
|
||||
set fish_greeting # Disable greeting
|
||||
|
||||
fastfetch
|
Loading…
Add table
Reference in a new issue