From 3d03d46f9223a7535353ee5755c07d9cf30c14ec Mon Sep 17 00:00:00 2001 From: tiynger Date: Tue, 2 Jul 2019 14:49:21 +0200 Subject: [PATCH] test:success --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 9a18849..f719e13 100644 --- a/.bashrc +++ b/.bashrc @@ -1,5 +1,5 @@ #!/bin/bash -##set -o vi +set -o vi stty -ixon # Disable ctrl-s and ctrl-q. shopt -s autocd #Allows you to cd into directory merely by typing the directory name. HISTSIZE= HISTFILESIZE= # Infinite history.