dotfiles/bashrc

7 lines
103 B
Bash
Raw Permalink Normal View History

2020-06-28 05:19:59 +03:00
if [[ $- != *i* ]] ; then
2020-11-24 15:17:50 +02:00
# Shell is non-interactive. Be done now!
2020-06-28 05:19:59 +03:00
return
fi
2024-04-01 07:27:41 +03:00
source $HOME/.profile