diff --git a/bashedit.rc b/bashedit.rc index 8573928..0800ab8 100755 --- a/bashedit.rc +++ b/bashedit.rc @@ -4,7 +4,9 @@ function bashedit() { echo -e "\n${EXE} Opening .bashrc\n"; sleep 1; + nano ~/.bashrc; echo -e "${EXE} Re-initiating Session\n`sleep 2`"; + bash; } # bashedit