fish
This commit is contained in:
1
copy.sh
1
copy.sh
@@ -32,3 +32,4 @@ save_if_exists "waybar/style.css"
|
||||
save_if_exists "kitty/kitty.conf"
|
||||
save_if_exists "kitty/koa.png"
|
||||
save_if_exists "nvim"
|
||||
save_if_exists "fish/config.fish"
|
||||
|
33
pipktop/fish/config.fish
Normal file
33
pipktop/fish/config.fish
Normal file
@@ -0,0 +1,33 @@
|
||||
if status is-interactive
|
||||
# Commands to run in interactive sessions can go here
|
||||
end
|
||||
|
||||
function fish_greeting
|
||||
echo ""
|
||||
echo (set_color brred)"Koa~~"(set_color white) | awk '{ z = '$(tput cols)' - 5; y = int(z / 2); x = z - y; printf "%*s%s%*s\n", x, "", $0, y, ""; }'
|
||||
echo ""
|
||||
end
|
||||
|
||||
function fish_right_prompt
|
||||
if test $status -ne 0
|
||||
echo (set_color brred)":("(set_color white)
|
||||
end
|
||||
end
|
||||
|
||||
function ssh
|
||||
if test $TERM = 'xterm-kitty'
|
||||
kitten ssh $argv
|
||||
else
|
||||
ssh $argv
|
||||
end
|
||||
end
|
||||
|
||||
# starship init fish | source
|
||||
|
||||
# >>> conda initialize >>>
|
||||
# !! Contents within this block are managed by 'conda init' !!
|
||||
if test -f /opt/miniconda3/bin/conda
|
||||
eval /opt/miniconda3/bin/conda "shell.fish" "hook" $argv | source
|
||||
end
|
||||
# <<< conda initialize <<<
|
||||
|
@@ -6,7 +6,7 @@
|
||||
|
||||
font_size 14.0
|
||||
|
||||
background_image /home/zacha/.config/kitty/koa.png
|
||||
background_image ~/.config/kitty/koa.png
|
||||
background_image_layout cscaled
|
||||
background_tint 0.9
|
||||
|
||||
|
Reference in New Issue
Block a user