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