about summary refs log tree commit diff stats
path: root/.config/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/zsh/.zshrc')
-rw-r--r--.config/zsh/.zshrc3
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