diff --git a/.bashrc b/.bashrc index c4d3513..114350e 100644 --- a/.bashrc +++ b/.bashrc @@ -19,6 +19,8 @@ alias s="screen" alias ssh="ssh -4 -C -e none" alias t="telnet" # +complete -d cd +# export EDITOR="vim" export GIT_PAGER="less" export LESS="-EfmrSw"