Lots of small tweaks

This commit is contained in:
2026-01-28 11:53:05 -05:00
parent 2ebd8dc6fa
commit c23f627fbc
6 changed files with 204 additions and 599 deletions

View File

@@ -8,7 +8,7 @@ export EDITOR="nvim"
export VISUAL="nvim"
# local bin
[ -d "$HOME/.local/bin" ] && export PATH="$PATH:$HOME/.local/bin"
[ -d "$HOME/.local/bin" ] && export PATH="$HOME/.local/bin:$PATH"
# nvim manager
[ -d "$HOME/.local/share/bob" ] && export PATH="$PATH:$HOME/.local/share/bob/nvim-bin"
# cargo
@@ -18,8 +18,8 @@ fnm=$(command -v fnm)
[ -d "$HOME/.nix-profile" ] && . $HOME/.nix-profile/etc/profile.d/nix.sh
[ -d "$HOME/.pixi" ] && export PATH="$HOME/.pixi/bin:$PATH"
export VCPKG_ROOT=~/.vcpkg
export PATH=$VCPKG_ROOT:$PATH
# export VCPKG_ROOT=~/.vcpkg
# export PATH=$VCPKG_ROOT:$PATH
# cmake