Dotfiles/.bashrc
2024-05-13 19:11:17 +02:00

7 lines
130 B
Bash

case $- in
*i*) ;;
*) return;;
esac
# Path to the oh-my-bash installation.
export OSH='/home/snoweuph/.config/.oh-my-bash'