Return to original directory after reload

pull/1193/head
Brett A. Rogers 2018-05-16 14:58:59 -04:00 committed by GitHub
parent af5c215942
commit 9571c11ad0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -270,6 +270,8 @@ _bash-it-reload() {
source ~/.bashrc
;;
esac
cd - &> /dev/null || return
}
_bash-it-describe ()