summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index b7bc52c..cf09c44 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -14,6 +14,7 @@ HISTSIZE=99999
SAVEHIST=99999
setopt sharehistory
# End of lines configured by zsh-newuser-install
+#
bindkey -v
bindkey '^P' up-history
@@ -23,7 +24,7 @@ bindkey '^h' backward-delete-char
bindkey '^w' backward-kill-word
bindkey '^r' history-incremental-search-backward
-PROMPT='%~ > '
+# PROMPT='%~ > '
export PYENV_ROOT="$HOME/.pyenv"
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
@@ -35,3 +36,5 @@ fi
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
eval $(thefuck --alias)
+
+eval "$(starship init zsh)"