Dotfiles/.bashrc

9 lines
153 B
Bash
Raw Normal View History

2024-05-13 17:11:17 +00:00
case $- in
*i*) ;;
*) return;;
esac
2024-05-13 17:17:58 +00:00
# Oh My bash Config
export OSH="$HOME/.config/oh-my-bash"
export OSH_CUSTOM="$HOME/.config/oh-my-bash-custom"