bugfixing

This commit is contained in:
PieckA 2024-05-25 11:30:09 +02:00
parent 949c29af46
commit 8da7bf95a5

View file

@ -6,7 +6,7 @@
# ╰───────────────────────────────────╯
function check_fisher
if [[ ! -f $HOME/.config/fish/functions/fisher.fish ]]
if ! -f $HOME/.config/fish/functions/fisher.fish
curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher
else
# ─< define plugins to use with fisher >────────────────────────────────────────────────────