dotfiles/bashrc

7 lines
97 B
Bash

source .profile
if [[ $- != *i* ]] ; then
# Shell is non-interactive. Be done now!
return
fi