Nvim shit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user