bugfixes & starship
This commit is contained in:
parent
e9fdcd71ce
commit
3f24acb1fc
1 changed files with 3 additions and 0 deletions
3
.zshrc
3
.zshrc
|
@ -16,7 +16,10 @@ export ZSH="$HOME/.config_repos/zsh-settings/.oh-my-zsh"
|
||||||
# to know which specific one was loaded, run: echo $RANDOM_THEME
|
# to know which specific one was loaded, run: echo $RANDOM_THEME
|
||||||
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
|
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
|
||||||
#ZSH_THEME="powerlevel10k/powerlevel10k"
|
#ZSH_THEME="powerlevel10k/powerlevel10k"
|
||||||
|
#Powerlevel10k Theme
|
||||||
source ~/.config_repos/zsh-settings/themes/powerlevel10k/powerlevel10k.zsh-theme
|
source ~/.config_repos/zsh-settings/themes/powerlevel10k/powerlevel10k.zsh-theme
|
||||||
|
#Starship Theme
|
||||||
|
#eval "$(starship init zsh)"
|
||||||
|
|
||||||
# Set list of themes to pick from when loading at random
|
# Set list of themes to pick from when loading at random
|
||||||
# Setting this variable when ZSH_THEME=random will cause zsh to load
|
# Setting this variable when ZSH_THEME=random will cause zsh to load
|
||||||
|
|
Loading…
Reference in a new issue