Dotfiles/.bashrc

8 lines
130 B
Bash
Raw Normal View History

2024-05-13 17:11:17 +00:00
case $- in
*i*) ;;
*) return;;
esac
# Path to the oh-my-bash installation.
export OSH='/home/snoweuph/.config/.oh-my-bash'