diff options
author | Vitor Gonçalves <vitorg@tilde.team> | 2024-01-24 21:04:24 -0300 |
---|---|---|
committer | Vitor Gonçalves <vitorg@tilde.team> | 2024-01-24 21:04:24 -0300 |
commit | a7d5062653cd7dfa83aade557dd13c8e3dc83a8f (patch) | |
tree | 50d72500bef6923066e5c1ddb1f66b94eca84347 /.config/zsh/.zshrc | |
parent | 693c77255b4ed7884536a66c1fd9515ef0847abf (diff) | |
download | dots-a7d5062653cd7dfa83aade557dd13c8e3dc83a8f.tar.gz |
banana zsh prompt > starship
Diffstat (limited to '.config/zsh/.zshrc')
-rw-r--r-- | .config/zsh/.zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 4b65880..c3cc28c 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -21,7 +21,8 @@ source "$ZPLUGINS/zsh-completions/zsh-completions.plugin.zsh" source "$ZPLUGINS/zsh-autosuggestions/zsh-autosuggestions.zsh" source "$ZPLUGINS/zsh-bd/bd.zsh" source "$ZPLUGINS/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" -source "$ZPLUGINS/banana.zsh-theme" + +eval "$(starship init zsh)" HISTFILE="$HOME/.local/share/zsh/histfile" HISTSIZE=110000 |