summaryrefslogtreecommitdiff
path: root/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/zshrc')
-rw-r--r--zsh/zshrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 660286b..841f9e8 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -1,5 +1,5 @@
zstyle ':completion:*' menu select
-zstyle :compinstall filename '/home/alphara/.zshrc'
+zstyle :compinstall filename '~/.zshrc'
autoload -Uz compinit
zmodload zsh/complist
@@ -47,6 +47,8 @@ zle -N zle-keymap-select
############################################
+stty tabs
+
export PYENV_ROOT="$HOME/.pyenv"
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"