summaryrefslogtreecommitdiff
path: root/surltesh-echer/home/bash_profile
blob: 1db2b77b0e07210d21d27533ece984dd1328132d (plain)
1
2
3
4
5
# include .profile if it exists
[[ -f ~/.profile ]] && . ~/.profile

# include .bashrc if it exists
[[ -f ~/.bashrc ]] && . ~/.bashrc