fixed some bugs
This commit is contained in:
parent
fcf9d1d423
commit
328144264e
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,8 @@ end
|
|||
|
||||
# ────────────────────────────────────────< sources >──────────────────────────────────────
|
||||
# source $HOME/.config/fish/functions/tmux.fish
|
||||
# source $HOME/.config/fish/functions/c_fisher.fish
|
||||
source $HOME/.config/fish/functions/c_fisher.fish
|
||||
source $HOME/.config/fish/functions/dep_fisher.fish
|
||||
|
||||
# ─────────────────────────────────< Environment-Variables >───────────────────────────────
|
||||
set -p EDITOR (which nvim)
|
||||
|
|
|
@ -13,7 +13,6 @@ function check_fisher
|
|||
# Define plugins to use with fisher
|
||||
set plugins "PatrickF1/fzf.fish" "jorgebucaran/autopair.fish"
|
||||
|
||||
|
||||
# Loop for plugin installation/update
|
||||
for plugin in $plugins
|
||||
if fisher list | grep -q (basename $plugin)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue