From 977db509ca181fccd81341a4a7e6cddbe5ee0d40 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Sun, 10 Apr 2022 13:07:13 +0200 Subject: bash: history control --- bash/dot-bash_profile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bash/dot-bash_profile') 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 -- cgit v1.2.3