add starship prompt

This commit is contained in:
Adam Jeniski 2022-11-28 14:05:46 -05:00
parent dec5cbe84d
commit b904e7a099

5
.zshrc
View File

@ -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)"