From 59bdefa15fe5fe338dda15f2bb83127839d55afc Mon Sep 17 00:00:00 2001 From: mattia Date: Wed, 11 Aug 2021 14:43:01 +0200 Subject: [PATCH] bashrc.cust: Enable "autocd" --- bashrc.cust | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bashrc.cust b/bashrc.cust index f8f3490..0b23a39 100644 --- a/bashrc.cust +++ b/bashrc.cust @@ -5,4 +5,5 @@ PS1="\[\033[0;31m\]\342\224\214\342\224\200\$([[ \$? != 0 ]] && echo \"(\[\033[0 # Attibutes -bind "set completion-ignore-case on" \ No newline at end of file +bind "set completion-ignore-case on" +shopt -s autocd \ No newline at end of file