bugfixing
This commit is contained in:
parent
8da7bf95a5
commit
eb5c744344
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
# ╰───────────────────────────────────╯
|
# ╰───────────────────────────────────╯
|
||||||
|
|
||||||
function check_fisher
|
function check_fisher
|
||||||
if ! -f $HOME/.config/fish/functions/fisher.fish
|
if test ! -e $HOME/.config/fish/functions/fisher.fish
|
||||||
curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher
|
curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher
|
||||||
else
|
else
|
||||||
# ─< define plugins to use with fisher >────────────────────────────────────────────────────
|
# ─< define plugins to use with fisher >────────────────────────────────────────────────────
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue