diff options
author | Saumit Dinesan <79687674+Saumit-D@users.noreply.github.com> | 2021-11-12 23:49:18 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-12 23:49:18 +0530 |
commit | 79a59c35f25209650760500f2509a8979e5797cd (patch) | |
tree | b481702f1f701f48a97093e588680ab8bad03fd7 | |
parent | af8cda7385fcd761ceff5fef09401377ed2fbb86 (diff) |
Update .bashrc
-rw-r--r-- | .bashrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |