workstation/roles/home-cli/files/zshrc

6 lines
96 B
Bash
Raw Normal View History

2022-08-19 14:27:34 +00:00
autoload -U history-search-end
2022-08-18 07:44:25 +00:00
if [ -e $HOME/.bashrc ]
then
emulate sh -c ". $HOME/.bashrc"
fi