diff options
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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)" |