Add root() function

This commit is contained in:
Anthony Cicchetti 2021-02-18 13:26:01 -05:00
parent 325c1e102a
commit b21b00a885

View file

@ -142,6 +142,14 @@ function edit() {
eval "${editor}"
}
function root() {
if [[ -n $(git rev-parse --show-toplevel) ]]
then
cd "$(git rev-parse --show-toplevel)"
fi
}
if [[ -d $HOME/.anyenv ]]; then
path+=($HOME/.anyenv/bin)
if [[ ( $ZNAP_USED = 1 ) ]]; then