From 0c8876f3a1fbac476bfd0d90260d00ff07fe8e5a Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Sun, 7 Apr 2024 12:35:28 +0200 Subject: [PATCH] Add starship to zsh config --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index d50747d..2af6f3a 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -42,6 +42,7 @@ alias cat="bat" alias fzf='fzf --preview "bat --color=always --style=numbers --line-range=:500 {}"' eval "$(zoxide init zsh --cmd cd)" +eval "$(starship init zsh)" fastfetch