source zprofile

This commit is contained in:
Christoph J. Scherr 2024-04-09 23:36:16 +02:00
parent bb2ad39fcb
commit ed11c6e1ac
2 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1,2 @@
export GEM_HOME="$HOME/.local/share/gems"
export PATH="$PATH:$GEM_HOME"

1
.zshrc
View file

@ -1,4 +1,5 @@
### ENVVARS
source "$HOME/.zprofile"
PATH="/usr/bin:/usr/sbin:$HOME/.local/bin:$HOME/.cargo/bin:/usr/local/bin:$HOME/.deno/bin:/usr/games/"
export PATH
export EDITOR=nvim