remove tabtab add cachy config
This commit is contained in:
parent
b948b2057f
commit
ec10c6b873
1 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
||||||
fish_add_path ~/.local/bin
|
fish_add_path ~/.local/bin
|
||||||
fish_add_path ~/.cargo/bin
|
fish_add_path ~/.cargo/bin
|
||||||
|
|
||||||
|
|
||||||
alias vim nvim
|
alias vim nvim
|
||||||
set -gx EDITOR vim
|
set -gx EDITOR vim
|
||||||
|
|
||||||
|
@ -8,10 +9,6 @@ function fish_greeting
|
||||||
fastfetch
|
fastfetch
|
||||||
end
|
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
|
# pnpm
|
||||||
set -gx PNPM_HOME "$HOME/.local/share/pnpm"
|
set -gx PNPM_HOME "$HOME/.local/share/pnpm"
|
||||||
if not string match -q -- $PNPM_HOME $PATH
|
if not string match -q -- $PNPM_HOME $PATH
|
||||||
|
@ -19,3 +16,4 @@ if not string match -q -- $PNPM_HOME $PATH
|
||||||
end
|
end
|
||||||
# pnpm end
|
# pnpm end
|
||||||
|
|
||||||
|
source /usr/share/cachyos-fish-config/cachyos-config.fish
|
||||||
|
|
Loading…
Reference in a new issue