diff options
author | Silvino Silva <silvino@bk.ru> | 2021-02-12 03:59:34 +0000 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2021-02-12 03:59:34 +0000 |
commit | a3628fc49db4d88ff3e4067268650710d1da3f6f (patch) | |
tree | 8fdac6dfc8cabb9f85a2db3a3bd628cfe44438cd /linux/conf/skel/.bash_profile | |
parent | 0a6b0fc9769daf0932cb207c3285baa31547b489 (diff) | |
download | doc-a3628fc49db4d88ff3e4067268650710d1da3f6f.tar.gz |
initial openbsd support
Diffstat (limited to 'linux/conf/skel/.bash_profile')
-rw-r--r-- | linux/conf/skel/.bash_profile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/linux/conf/skel/.bash_profile b/linux/conf/skel/.bash_profile new file mode 100644 index 0000000..9ea6954 --- /dev/null +++ b/linux/conf/skel/.bash_profile @@ -0,0 +1,8 @@ +#!/bin/bash +if [ -f ~/.profile ]; then + source ~/.profile +fi + +if [ -f ~/.bashrc ]; then + source ~/.bashrc +fi |