summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"