source zprofile
This commit is contained in:
parent
bb2ad39fcb
commit
ed11c6e1ac
2 changed files with 3 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
||||||
|
export GEM_HOME="$HOME/.local/share/gems"
|
||||||
|
export PATH="$PATH:$GEM_HOME"
|
1
.zshrc
1
.zshrc
|
@ -1,4 +1,5 @@
|
||||||
### ENVVARS
|
### ENVVARS
|
||||||
|
source "$HOME/.zprofile"
|
||||||
PATH="/usr/bin:/usr/sbin:$HOME/.local/bin:$HOME/.cargo/bin:/usr/local/bin:$HOME/.deno/bin:/usr/games/"
|
PATH="/usr/bin:/usr/sbin:$HOME/.local/bin:$HOME/.cargo/bin:/usr/local/bin:$HOME/.deno/bin:/usr/games/"
|
||||||
export PATH
|
export PATH
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
|
|
Loading…
Add table
Reference in a new issue