This commit is contained in:
Matthew Ryan Dillon 2023-01-25 19:21:12 -07:00
parent c7dcdf7784
commit 1dfcb6068f
3 changed files with 7 additions and 9 deletions

View file

@ -59,12 +59,8 @@ check_paths=(
$HOME/.cargo/bin
# WSL
/mnt/c/windows
/mnt/c/windows/system32
# misc apps
/Applications/Postgres.app/Contents/Versions/latest/bin/
/Applications/Visual\ Studio\ Code.app/Contents/Resources/app/bin/
# /mnt/c/windows
# /mnt/c/windows/system32
# home
$HOME/bin
@ -83,3 +79,5 @@ export -U PATH
export CONDA_ENVS_PATH=$HOME/.conda/envs:/opt/miniconda3/envs
export CONDA_PKGS_DIRS=$HOME/.conda/pkgs
export RIPGREP_CONFIG_PATH=$HOME/.ripgreprc
if [ -e /home/matthew/.nix-profile/etc/profile.d/nix.sh ]; then . /home/matthew/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer