5 lines
96 B
Bash
5 lines
96 B
Bash
autoload -U history-search-end
|
|
if [ -e $HOME/.bashrc ]
|
|
then
|
|
emulate sh -c ". $HOME/.bashrc"
|
|
fi
|