diff options
Diffstat (limited to '_bash_profile')
-rw-r--r-- | _bash_profile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_bash_profile b/_bash_profile new file mode 100644 index 0000000..94a6622 --- /dev/null +++ b/_bash_profile @@ -0,0 +1,5 @@ +# /etc/skel/.bash_profile + +# This file is sourced by bash for login shells. The following line +# runs your .bashrc and is recommended by the bash info pages. +[[ -f ~/.bashrc ]] && . ~/.bashrc |