added ssh shorthand function
This commit is contained in:
parent
dcffe848e8
commit
c0d0fb0623
1 changed files with 7 additions and 3 deletions
|
@ -100,7 +100,7 @@ set -U tide_kubectl_color 326CE5
|
||||||
set -U tide_kubectl_icon \U000f10fe
|
set -U tide_kubectl_icon \U000f10fe
|
||||||
set -U tide_left_prompt_frame_enabled false
|
set -U tide_left_prompt_frame_enabled false
|
||||||
set -U tide_left_prompt_items pwd\x1egit\x1enewline\x1echaracter
|
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_diff_color \x20
|
||||||
set -U tide_left_prompt_separator_same_color \x20
|
set -U tide_left_prompt_separator_same_color \x20
|
||||||
set -U tide_left_prompt_suffix \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_prefix \x20
|
||||||
set -U tide_right_prompt_separator_diff_color \x20
|
set -U tide_right_prompt_separator_diff_color \x20
|
||||||
set -U tide_right_prompt_separator_same_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_bg_color normal
|
||||||
set -U tide_ruby_color B31209
|
set -U tide_ruby_color B31209
|
||||||
set -U tide_ruby_icon \ue23e
|
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_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
|
||||||
|
|
Loading…
Add table
Reference in a new issue