From 8b1738eeadaa17a363bf7f55940974bd66274eb8 Mon Sep 17 00:00:00 2001 From: aktersnurra Date: Sun, 7 Feb 2021 20:04:41 +0100 Subject: Added zsh configs --- .config/zsh/exports.zsh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.config/zsh') 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' -- cgit v1.2.3-70-g09d2