From eac2c75daf651618f0d49248bcf5522c27c08c41 Mon Sep 17 00:00:00 2001 From: Chinmay Chandak Date: Tue, 31 Oct 2017 23:25:01 +0530 Subject: [PATCH] added an lazy script to automate something --- bashedit.rc | 2 ++ 1 file changed, 2 insertions(+) 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