bugfixing
This commit is contained in:
parent
b19a36df10
commit
949c29af46
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
# ╰───────────────────────────────────╯
|
||||
|
||||
function check_fisher
|
||||
if [[ ! -e $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 >────────────────────────────────────────────────────
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue