mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 07:23:17 -09:00
add starship prompt
This commit is contained in:
parent
dec5cbe84d
commit
b904e7a099
5
.zshrc
5
.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)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user