switch to zsh
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# Fallback prompt (if oh-my-posh is not available)
|
||||
PROMPT='%F{blue}%n@%m%f %F{cyan}%~%f > '
|
||||
|
||||
# oh-my-posh
|
||||
if [[ -f "$HOME/.config/posh_theme.omp.json" ]] && (( $+commands[oh-my-posh] )); then
|
||||
eval "$(oh-my-posh init zsh --config "$HOME/.config/posh_theme.omp.json")"
|
||||
fi
|
||||
Reference in New Issue
Block a user