added ssh shorthand function

This commit is contained in:
Chris Toph 2025-01-22 17:33:46 -05:00
parent dcffe848e8
commit c0d0fb0623

View file

@ -187,6 +187,10 @@ set -U tide_zig_bg_color normal
set -U tide_zig_color F7A41D set -U tide_zig_color F7A41D
set -U tide_zig_icon \ue6a9 set -U tide_zig_icon \ue6a9
function s
ssh (whoami)@$argv
end
set fish_greeting # Disable greeting set fish_greeting # Disable greeting
fastfetch fastfetch