From 906b1d0c99488df5b691124bc1acafd5624108d6 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 7 Apr 2022 12:09:40 +0100 Subject: [PATCH] chore(zsh): enable spaceship theme Refs: #29 --- roles/zsh/files/.zsh/configs/plugins.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/zsh/files/.zsh/configs/plugins.zsh b/roles/zsh/files/.zsh/configs/plugins.zsh index 6a1243e0..3c7bf5e3 100644 --- a/roles/zsh/files/.zsh/configs/plugins.zsh +++ b/roles/zsh/files/.zsh/configs/plugins.zsh @@ -8,3 +8,5 @@ antigen bundle zsh-users/zsh-completions antigen bundle zsh-users/zsh-syntax-highlighting antigen apply + +eval "$(starship init zsh)"