wip
This commit is contained in:
parent
214101899e
commit
29580c89e5
5 changed files with 53 additions and 13 deletions
|
@ -90,7 +90,7 @@ path=(
|
|||
$HOME/.cargo/bin
|
||||
|
||||
# misc apps
|
||||
/Applications/Postgres.app/Contents/Versions/12/bin/
|
||||
/Applications/Postgres.app/Contents/Versions/latest/bin
|
||||
/Applications/Visual\ Studio\ Code.app/Contents/Resources/app/bin/
|
||||
)
|
||||
|
||||
|
@ -98,3 +98,5 @@ export -U PATH
|
|||
|
||||
export CONDA_ENVS_PATH=$HOME/.conda/envs:/opt/miniconda3/envs
|
||||
export CONDA_PKGS_DIRS=$HOME/.conda/pkgs
|
||||
|
||||
fignore=(Desktop Download Documents)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue