[Fish] update

This commit is contained in:
2026-06-28 04:21:07 +02:00
parent 71addd70ea
commit e305c812ef
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
fnm env --use-on-cd --shell fish | source
+4 -1
View File
@@ -11,8 +11,9 @@ set -gx FNM_COREPACK_ENABLED "false";
set -gx FNM_RESOLVE_ENGINES "true";
set -gx FNM_ARCH "x64";
set -Ux MANPAGER "nvim +Man!"
# set -gx DUSKADIY_API_KEY "*****"
set -x NEWT_COLORS 'root=black,black;window=black,black;border=white,black;listbox=white,black;label=blue,black;checkbox=red,black;title=green,black;button=white,red;actsellistbox=white,red;actlistbox=white,gray;compactbutton=white,gray;actcheckbox=white,blue;entry=lightgray,black;textbox=blue,black' nmtui
#set -Ux LLM_API_KEY "api_key"
# set -gx BAT_THEME "Catppuccin Mocha"
alias dmz="cat ~/.config/fish/dmz.txt"
alias matrix="~/projects/random-clones/matrix/matrix"
@@ -88,3 +89,5 @@ if not string match -q -- $PNPM_HOME $PATH
end
# pnpm end
fnm env --use-on-cd --shell fish | source