summaryrefslogtreecommitdiff
path: root/.config/zsh/exports.zsh
diff options
context:
space:
mode:
Diffstat (limited to '.config/zsh/exports.zsh')
-rw-r--r--.config/zsh/exports.zsh7
1 files changed, 5 insertions, 2 deletions
diff --git a/.config/zsh/exports.zsh b/.config/zsh/exports.zsh
index 864b821..0682724 100644
--- a/.config/zsh/exports.zsh
+++ b/.config/zsh/exports.zsh
@@ -25,5 +25,8 @@ HISTFILE=~/.cache/zsh/history
export CLICOLOR=1
-# Starship prompt
-# eval "$(starship init zsh)"
+export PYENV_ROOT="$HOME/.pyenv"
+export PATH="$PYENV_ROOT/bin:$PATH"
+PATH=$(pyenv root)/shims:$PATH
+
+alias config='/usr/bin/git --git-dir=/Users/aktersnurra/dotfiles/ --work-tree=/Users/aktersnurra'