8 lines
153 B
Bash
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"
|