From 7b737c77aa04204e6c70410e4f6b90ab28d0ba8b Mon Sep 17 00:00:00 2001 From: TiynGER <43725244+TiynGER@users.noreply.github.com> Date: Tue, 2 Jul 2019 14:48:29 +0200 Subject: [PATCH] test --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index f719e13..9a18849 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.