1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-12 20:41:16 +02:00
This commit is contained in:
TiynGER
2019-07-02 14:48:29 +02:00
committed by GitHub
parent 659433df71
commit 0234a06934

View File

@@ -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.