diff options
author | aktersnurra <grydholm@kth.se> | 2021-02-15 19:31:04 +0100 |
---|---|---|
committer | aktersnurra <grydholm@kth.se> | 2021-02-15 19:31:04 +0100 |
commit | 8ea1f5ef4574c627bc90360b9e22c60226879c5b (patch) | |
tree | 6032955b2e45607dba0dba1224128a66f69af17f /.config/zsh | |
parent | 8ae928dcb6fc49b805eff0aa0956cd18aa1c3f85 (diff) |
some vim commits and zsh
Diffstat (limited to '.config/zsh')
-rw-r--r-- | .config/zsh/exports.zsh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/zsh/exports.zsh b/.config/zsh/exports.zsh index f91b6c9..cd8a273 100644 --- a/.config/zsh/exports.zsh +++ b/.config/zsh/exports.zsh @@ -29,3 +29,6 @@ export PYENV_ROOT="$HOME/.pyenv" export PATH="$PYENV_ROOT/bin:$PATH" PATH=$(pyenv root)/shims:$PATH + + +export GEM_HOME="$HOME/.gem" |