summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Ball <michael.ball@krotosaudio.com>2024-08-29 16:55:08 +0100
committerMichaël Ball <michael.ball@krotosaudio.com>2024-08-29 16:55:08 +0100
commit94a394a557a88bee0a44144ed96b4e45231df441 (patch)
treeefae0bb7bc97e0635799d5ccce253c6410606b5a
parent043d17f116e1428f7ca8bfd233eb0b3918feedfb (diff)
Add starship.rs for zsh
-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)"