fix extra line at fish init #210

This commit is contained in:
end-4 2024-01-29 13:31:54 +07:00
parent dc5aa31732
commit 61931d07b2
3 changed files with 5 additions and 3 deletions

View file

@ -13,7 +13,9 @@ if status is-interactive
end end
starship init fish | source starship init fish | source
cat ~/.cache/ags/user/colorschemes/sequences if test -f ~/.cache/ags/user/colorschemes/sequences
cat ~/.cache/ags/user/colorschemes/sequences
end
# function fish_prompt # function fish_prompt
# set_color cyan; echo (pwd) # set_color cyan; echo (pwd)