workstation/roles/home-cli/files/zshrc

5 lines
96 B
Bash

autoload -U history-search-end
if [ -e $HOME/.bashrc ]
then
emulate sh -c ". $HOME/.bashrc"
fi