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