some changes

This commit is contained in:
PieckA 2024-05-25 14:04:07 +02:00
parent 83cb7d792d
commit 675e9a42d8
2 changed files with 3 additions and 7 deletions

View file

@ -10,9 +10,9 @@ end
# ╰───────────────────────────────────────────────────╯
# ────────────────────────────────────────< sources >──────────────────────────────────────
# source $HOME/.config/fish/functions/git.fish
# source $HOME/.config/fish/functions/tmux.fish
# source $HOME/.config/fish/functions/c_fisher.fish
source $HOME/.config/fish/functions/git.fish
source $HOME/.config/fish/functions/tmux.fish
source $HOME/.config/fish/functions/c_fisher.fish
# ─────────────────────────────────< Environment-Variables >───────────────────────────────
set -p EDITOR (which nvim)

View file

@ -4,8 +4,6 @@
# │ used by fisher, and of course the │
# │ fisher itself │
# ╰───────────────────────────────────╯
source ../config.fish
function check_fisher
if test ! -e $HOME/.config/fish/functions/fisher.fish
curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source
@ -42,5 +40,3 @@ function check_fisher
end
end
check_fisher