diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2022-04-10 13:07:13 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2022-04-10 13:07:13 +0200 |
commit | 977db509ca181fccd81341a4a7e6cddbe5ee0d40 (patch) | |
tree | 63e1f9d5c15babb4aea0cf8a1236f6efbbfd38e7 /bash/dot-bash_profile | |
parent | e57a99506f5f7f7adf2e42992e188120642e6479 (diff) |
bash: history control
Diffstat (limited to 'bash/dot-bash_profile')
-rw-r--r-- | bash/dot-bash_profile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bash/dot-bash_profile b/bash/dot-bash_profile index 7d5f3c9..e69de29 100644 --- a/bash/dot-bash_profile +++ b/bash/dot-bash_profile @@ -1,4 +0,0 @@ -# Load bashrc to mantain only one file -if [ -f "$HOME/.bashrc" ]; then - source "$HOME/.bashrc" -fi |