diff options
Diffstat (limited to '.bash_login')
| -rw-r--r-- | .bash_login | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.bash_login b/.bash_login new file mode 100644 index 0000000..3309ee9 --- /dev/null +++ b/.bash_login @@ -0,0 +1,7 @@ +# ~/.bash_login +# +# Executed by login shells when starting + +[[ -r ~/.bashrc ]] && source "$HOME/.bashrc" + +# vim: filetype=bash |
