From ec10c6b873a9c8f017953aceb2379847a231c0d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Gr=C3=BCnewald?= <10533763+dhalucario@users.noreply.github.com> Date: Thu, 7 Aug 2025 20:57:53 +0200 Subject: [PATCH] remove tabtab add cachy config --- shell/.config/fish/config.fish | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/shell/.config/fish/config.fish b/shell/.config/fish/config.fish index 830db2f..0d89df2 100644 --- a/shell/.config/fish/config.fish +++ b/shell/.config/fish/config.fish @@ -1,6 +1,7 @@ fish_add_path ~/.local/bin fish_add_path ~/.cargo/bin + alias vim nvim set -gx EDITOR vim @@ -8,10 +9,6 @@ function fish_greeting fastfetch end -# tabtab source for packages -# uninstall by removing these lines -[ -f ~/.config/tabtab/fish/__tabtab.fish ]; and . ~/.config/tabtab/fish/__tabtab.fish; or true - # pnpm set -gx PNPM_HOME "$HOME/.local/share/pnpm" if not string match -q -- $PNPM_HOME $PATH @@ -19,3 +16,4 @@ if not string match -q -- $PNPM_HOME $PATH end # pnpm end +source /usr/share/cachyos-fish-config/cachyos-config.fish