feat: move configuration files inside home folder
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
if (( $+commands[starship] )); then
|
||||
# ignore oh-my-zsh theme
|
||||
unset ZSH_THEME
|
||||
|
||||
eval "$(starship init zsh)"
|
||||
else
|
||||
echo '[oh-my-zsh] starship not found, please install it from https://starship.rs'
|
||||
fi
|
Reference in New Issue
Block a user