From 79a59c35f25209650760500f2509a8979e5797cd Mon Sep 17 00:00:00 2001 From: Saumit Dinesan <79687674+Saumit-D@users.noreply.github.com> Date: Fri, 12 Nov 2021 23:49:18 +0530 Subject: Update .bashrc --- .bashrc | 4 ++++ 1 file changed, 4 insertions(+) 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" -- cgit v1.2.3