config/bash/.bashrc
2025-12-21 16:12:13 -06:00

8 lines
179 B
Bash

# 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"