From c0d0fb0623444ccc3526b1127d7fac35e53ae5ea Mon Sep 17 00:00:00 2001 From: Chris Toph Date: Wed, 22 Jan 2025 17:33:46 -0500 Subject: [PATCH] added ssh shorthand function --- common/fish/init.fish | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/common/fish/init.fish b/common/fish/init.fish index 4b70cfa..e554c09 100644 --- a/common/fish/init.fish +++ b/common/fish/init.fish @@ -100,7 +100,7 @@ set -U tide_kubectl_color 326CE5 set -U tide_kubectl_icon \U000f10fe set -U tide_left_prompt_frame_enabled false set -U tide_left_prompt_items pwd\x1egit\x1enewline\x1echaracter -set -U tide_left_prompt_prefix +set -U tide_left_prompt_prefix set -U tide_left_prompt_separator_diff_color \x20 set -U tide_left_prompt_separator_same_color \x20 set -U tide_left_prompt_suffix \x20 @@ -145,7 +145,7 @@ set -U tide_right_prompt_items status\x1ecmd_duration\x1econtext\x1ejobs\x1edire set -U tide_right_prompt_prefix \x20 set -U tide_right_prompt_separator_diff_color \x20 set -U tide_right_prompt_separator_same_color \x20 -set -U tide_right_prompt_suffix +set -U tide_right_prompt_suffix set -U tide_ruby_bg_color normal set -U tide_ruby_color B31209 set -U tide_ruby_icon \ue23e @@ -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 \ No newline at end of file +fastfetch