From 6ca21b7eadd218a71badfddee47f402cce408e92 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Thu, 9 Jun 2022 15:22:52 -0700 Subject: [PATCH] done testing, recopied bashrc --- bashrc.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bashrc.txt b/bashrc.txt index bdd3e0d6..e8784997 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -1,7 +1,8 @@ # Changing over to ZSH for now, bashrc is kept here as emergency shell/posterity + # to change default shell, use chsh -s $(which bash) -# test # ~/.bashrc +# history -c && history -w && hash -r # create custom env variables: export cproj="/home/brian/Documents/Code/source_code_to_study/sandbox/msh"