diff --git a/bash/bashrc b/bash/bashrc index 0037e04..66b4c89 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -143,5 +143,6 @@ if [ -d ~/.sdkman ]; then [[ -s "$HOME/.sdkman/bin/sdkman-init.sh" ]] && source "$HOME/.sdkman/bin/sdkman-init.sh" fi +shopt -s autocd export VISUAL=vim export EDITOR="$VISUAL"