Nvim shit

This commit is contained in:
2025-10-12 09:52:22 +02:00
parent b51ef3b9bc
commit 89c68f9a9a
7 changed files with 98 additions and 47 deletions

View File

@@ -26,3 +26,10 @@ alias anifetch="python3 ~/.anifetch/anifetch.py -f \"~/.anifetch/video.mp4\" --f
alias vifish="nvim $HOME/.config/fish/config.fish"
alias obs-fix="__NV_DISABLE_EXPLICIT_SYNC=1 flatpak run com.obsproject.Studio"
# pnpm
set -gx PNPM_HOME "/home/vivian/.local/share/pnpm"
if not string match -q -- $PNPM_HOME $PATH
set -gx PATH "$PNPM_HOME" $PATH
end
# pnpm end