1
0
mirror of https://github.com/pgrondek/config.git synced 2024-11-21 19:43:42 +00:00

[bash] add autocd to config

This commit is contained in:
Przemysław Grondek 2019-11-28 11:03:00 +01:00
parent b7be1ac658
commit b750db62d4

View File

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