mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-19 13:46:17 +10:00
Fixed if statement...fish requires 'end' and not 'fi' at end.
This commit is contained in:
@@ -239,7 +239,7 @@ alias mocp="bash -c mocp"
|
|||||||
# The 'if' statement prevents colorscript from showing in 'fzf' previews.
|
# The 'if' statement prevents colorscript from showing in 'fzf' previews.
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
colorscript random
|
colorscript random
|
||||||
fi
|
end
|
||||||
|
|
||||||
### SETTING THE STARSHIP PROMPT ###
|
### SETTING THE STARSHIP PROMPT ###
|
||||||
starship init fish | source
|
starship init fish | source
|
||||||
|
|||||||
Reference in New Issue
Block a user