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

8 lines
153 B
Bash

case $- in
*i*) ;;
*) return;;
esac
# Oh My bash Config
export OSH="$HOME/.config/oh-my-bash"
export OSH_CUSTOM="$HOME/.config/oh-my-bash-custom"