From 94a394a557a88bee0a44144ed96b4e45231df441 Mon Sep 17 00:00:00 2001 From: Michaƫl Ball Date: Thu, 29 Aug 2024 16:55:08 +0100 Subject: Add starship.rs for zsh --- zsh/.zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'zsh/.zshrc') 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)" -- cgit v1.2.3