mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-19 04:08:48 +00:00
fix fish sequence print init
This commit is contained in:
parent
64691cfc9a
commit
cdc496de7e
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@ if status is-interactive
|
|||
end
|
||||
|
||||
starship init fish | source
|
||||
if test -f ~/.cache/ags/user/colorschemes/sequences
|
||||
cat ~/.cache/ags/user/colorschemes/sequences
|
||||
if test -f ~/.config/fish/sequences.txt
|
||||
cat ~/.config/fish/sequences.txt
|
||||
end
|
||||
|
||||
alias pamcan=pacman
|
||||
|
|
|
|||
Loading…
Reference in a new issue