dotfiles/bashrc

7 lines
103 B
Bash

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