summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorCian Bagshaw <cian@cianb.xyz>2024-09-25 23:27:23 +0100
committerCian Bagshaw <cian@cianb.xyz>2024-09-25 23:27:23 +0100
commit554ae71136359fa1b5c8b26af9a5a99dd748618f (patch)
tree714fce06f41c631dbf16d120d6ce4df2037dbb0c /.bashrc
parentcd16a5154761b3c065de7e0c3a82730ee1a025b6 (diff)
downloaddotFiles-master.tar.bz2
dotFiles-master.zip
Added inputrc/readline configHEADmaster
Buffered line input using GNU Readline is now configured globally. Also, fixed Python Shell Readline history, so it is available for the current session, though still not saved after that.
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/.bashrc b/.bashrc
index c68d549..318535f 100644
--- a/.bashrc
+++ b/.bashrc
@@ -21,9 +21,6 @@ man() {
21 command man "$@" 21 command man "$@"
22} 22}
23 23
24# vim mode
25set -o vi
26
27# disable history 24# disable history
28unset HISTFILE 25unset HISTFILE
29 26