Remove pnpm from path, and use typescript-tools, and other refactors

This commit is contained in:
mitchell 2024-07-02 04:17:00 -04:00
parent 547dea2d9d
commit 8be2f42aba
11 changed files with 40 additions and 37 deletions

View file

@ -22,8 +22,6 @@ function define_global_variables -d 'Defines all and exclusively globally export
set -gx LIBVA_DRIVER_NAME nvidia
set -gx PNPM_HOME $HOME/.local/share/pnpm
fish_add_path $GOBIN \
$HOME/.local/bin \
$HOME/.pub-cache/bin \
@ -32,7 +30,6 @@ function define_global_variables -d 'Defines all and exclusively globally export
$HOME/.cargo/bin \
$HOME/.dotnet/tools \
$BUN_INSTALL/bin \
$PNPM_HOME \
$ANDROID_HOME/emulator \
$ANDROID_HOME/platform-tools \
$ANDROID_HOME/build-tools/31.0.0 \