# Start Oh My Posh if command -v oh-my-posh &> /dev/null; then eval "$(oh-my-posh init bash --config ~/zoness.omp.json)" fi # Aliases alias gs="git status" alias ll="ls -lah"