From 675e9a42d8d83a228c93e84b46c37785ac9734d3 Mon Sep 17 00:00:00 2001 From: PieckA Date: Sat, 25 May 2024 14:04:07 +0200 Subject: [PATCH] some changes --- config.fish | 6 +++--- functions/c_fisher.fish | 4 ---- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/config.fish b/config.fish index 75bb6d3..8ddf46e 100644 --- a/config.fish +++ b/config.fish @@ -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) diff --git a/functions/c_fisher.fish b/functions/c_fisher.fish index fd657c3..cc06c21 100644 --- a/functions/c_fisher.fish +++ b/functions/c_fisher.fish @@ -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 -