dotfiles/bashrc

7 lines
103 B
Bash

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