diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2021-02-08 22:44:13 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2021-02-08 22:44:13 +0100 |
| commit | fdee7340ac18b0866abf0c44643f4c937fc4cf80 (patch) | |
| tree | f312d8430292744d12a3c03be6fb8cd5894355ef /.profile | |
| parent | 8ab503cb340255b45d0071ef27322cda36b62567 (diff) | |
| download | dotfiles-server-fdee7340ac18b0866abf0c44643f4c937fc4cf80.tar.xz dotfiles-server-fdee7340ac18b0866abf0c44643f4c937fc4cf80.zip | |
rad changes
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ if [ -d "$HOME/bin" ] ; then PATH="$HOME/bin:$PATH" fi + +if [ "$BASH" ]; then + if [ -f ~/.bashrc ]; then + . ~/.bashrc + fi +fi +mesg n 2> /dev/null || true |
