diff --git a/config.fish b/config.fish index 0b5522f..6fce20c 100644 --- a/config.fish +++ b/config.fish @@ -10,7 +10,7 @@ end # ╰───────────────────────────────────────────────────╯ # ────────────────────────────────────────< sources >────────────────────────────────────── -source $HOME/.config/fish/init/*.fish +# source $HOME/.config/fish/init/setup.fish # ─────────────────────────────────< Environment-Variables >─────────────────────────────── set -p EDITOR (which nvim) @@ -45,10 +45,6 @@ else end end end -# ─< set alias for clearl >───────────────────────────────────────────────────────────────── -if alias l >/dev/null 2>&1 - alias clearl="command clear && l" -end # ─< colored everything >─────────────────────────────────────────────────────────────────── alias ip="ip --color=always" @@ -110,7 +106,7 @@ if command -v git >/dev/null 2>&1 alias gc="git clone --recurse-submodule" alias ga="git add" alias gp="git pull --recurse-submodule" - alias gsu="git pull --recurse-submodule && git submodule foreach git pull && git add . && git commit -m ' updated 📌submodules' && echo '-- Committed changes, pushing now..' && sleep 1 && git push" + # alias gsu="git pull --recurse-submodule && git submodule foreach git pull && git add . && git commit -m ' updated 📌submodules' && echo '-- Committed changes, pushing now..' && sleep 1 && git push" alias gcm="git commit -m" alias gpu="git push --recurse-submodule=on-demand" end @@ -127,7 +123,7 @@ if command -v fastfetch >/dev/null 2>&1 alias f="fastfetch --config os" # ─< unsuccessful, cloning repo >────────────────────────────────────────────────────────── case '*' - git clone https://git.k4li.de/mirror/fastfetch $HOME/.local/share/fastfetch >/dev/null 2>&1 + git clone https://git.k4li.de/mirrors/fastfetch $HOME/.local/share/fastfetch >/dev/null 2>&1 # ─< execute fish to reinitialize aliases >──────────────────────────────────────────────── exec fish end diff --git a/fish_variables b/fish_variables index 0b5fdad..3ebd35b 100644 --- a/fish_variables +++ b/fish_variables @@ -1,7 +1,9 @@ # This file contains fish universal variable definitions. # VERSION: 3.0 +SETUVAR FISH_INSTALL:paru\x20install\x20\x2d\x2dnoconfirm SETUVAR __fish_initialized:3400 SETUVAR _fisher_plugins:jorgebucaran/fisher\x1ejorgebucaran/autopair\x2efish\x1epatrickf1/fzf\x2efish\x1epatrickf1/colored_man_pages\x2efish +SETUVAR _fisher_upgraded_to_4_4:\x1d SETUVAR fish_color_autosuggestion:555\x1ebrblack SETUVAR fish_color_cancel:\x2dr SETUVAR fish_color_command:005fd7 diff --git a/init/setup.fish b/init/setup.fish index ffce5bc..d60bae2 100644 --- a/init/setup.fish +++ b/init/setup.fish @@ -238,6 +238,6 @@ function check_fishr end # ────────────────────────────────────< setup some stuff >──────────────────────────────────── -upin -dep_fisher +#upin +#dep_fisher #check_fishr