bash_aliases: invoke cd_hook when bash_aliases file is loaded

This commit is contained in:
Josh Holtrop 2014-02-27 13:16:49 -05:00
parent d405c27c1d
commit 6011851fe4

View File

@ -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