mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
fix extra line at fish init #210
This commit is contained in:
parent
dc5aa31732
commit
61931d07b2
3 changed files with 5 additions and 3 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue