summaryrefslogtreecommitdiff
path: root/omz/custom/func.zsh
blob: 77358299adc8648de662f496a189fce16cf73ccd (plain)
1
2
3
4
function rh {
    rm ~/.zsh_history
    exec zsh
}