···11-function fish_prompt --description 'Write out the prompt'
11+function iterm2_fish_prompt --description 'Write out the prompt'
22 set -l last_status $status
3344 if test $last_status -eq 0
···1515 set -g __fish_prompt_cwd (set_color cyan)
1616 end
17171818- set -g __fish_git_prompt_color bryellow --italics
1818+ set -g __fish_git_prompt_color bryellow --italics --background normal
19192020 set color_chars 0
2121
+6
.config/fish/functions/jssh-jump.fish
···11+function jssh-jump
22+ set -l first_ip $argv[1]
33+ set -l second_ip $argv[2]
44+55+ jssh -t root@$first_ip "ssh centos@$second_ip"
66+end