summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorSaumit Dinesan <79687674+Saumit-D@users.noreply.github.com>2021-11-12 23:49:18 +0530
committerGitHub <noreply@github.com>2021-11-12 23:49:18 +0530
commit79a59c35f25209650760500f2509a8979e5797cd (patch)
treeb481702f1f701f48a97093e588680ab8bad03fd7 /.bashrc
parentaf8cda7385fcd761ceff5fef09401377ed2fbb86 (diff)
Update .bashrc
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 3601ed1..3bf59cb 100644
--- a/.bashrc
+++ b/.bashrc
@@ -29,6 +29,10 @@ shopt -s autocd
#vi mode in bash (uncomment after expertise)
#set -o vi
+#Ctrl+D EOF Signal will work on billionth press
+export IGNOREEOF=1000000000
+set -o ignoreeof
+
#Solana path env 13-9-21
export PATH="/home/saumit/.local/share/solana/install/active_release/bin:$PATH"