From ae5feae5a1d2d3d0d375fcda4624bbe34a908164 Mon Sep 17 00:00:00 2001 From: Ted Kulp Date: Fri, 24 Sep 2021 08:15:28 -0400 Subject: [PATCH] Forgot a file --- .config/zsh/starship.zsh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .config/zsh/starship.zsh diff --git a/.config/zsh/starship.zsh b/.config/zsh/starship.zsh new file mode 100644 index 0000000..187d4f0 --- /dev/null +++ b/.config/zsh/starship.zsh @@ -0,0 +1,4 @@ +export STARSHIP_CONFIG=~/.config/starship/starship.toml + +# Runs in .zshrc... no clue why +# eval "$(/usr/local/bin/starship init zsh)"