bash_aliases: invoke cd_hook when bash_aliases file is loaded
This commit is contained in:
parent
d405c27c1d
commit
6011851fe4
@ -93,6 +93,8 @@ function cd_hook()
|
|||||||
cd_hook_last_wd="${PWD}"
|
cd_hook_last_wd="${PWD}"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
# Invoke cd_hook when we're loaded
|
||||||
|
cd_hook
|
||||||
|
|
||||||
###########################################################################
|
###########################################################################
|
||||||
# command aliases/wrappers
|
# command aliases/wrappers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user