From b904e7a09980ce5b55af138a67df0aac2bb8d82a Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 28 Nov 2022 14:05:46 -0500 Subject: [PATCH] add starship prompt --- .zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 3e0c0a9..3c9699c 100644 --- a/.zshrc +++ b/.zshrc @@ -8,7 +8,7 @@ export ZSH="$HOME/.oh-my-zsh" # load a random theme each time oh-my-zsh is loaded, in which case, # to know which specific one was loaded, run: echo $RANDOM_THEME # See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes -ZSH_THEME="refined" +#ZSH_THEME="refined" # Set list of themes to pick from when loading at random # Setting this variable when ZSH_THEME=random will cause zsh to load @@ -135,3 +135,6 @@ alias fgrep='fgrep --color=auto' alias egrep='egrep --color=auto' export PATH="/opt/homebrew/opt/cython/bin:$PATH" + +export STARSHIP_CONFIG=~/.config/starship/starship.toml +eval "$(starship init zsh)"