Return to original directory after reload
parent
af5c215942
commit
9571c11ad0
|
|
@ -270,6 +270,8 @@ _bash-it-reload() {
|
|||
source ~/.bashrc
|
||||
;;
|
||||
esac
|
||||
|
||||
cd - &> /dev/null || return
|
||||
}
|
||||
|
||||
_bash-it-describe ()
|
||||
|
|
|
|||
Loading…
Reference in New Issue