wip
This commit is contained in:
parent
c7dcdf7784
commit
1dfcb6068f
3 changed files with 7 additions and 9 deletions
10
zsh/zshenv
10
zsh/zshenv
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue