wipe/misc/wipe.zsh

8 lines
89 B
Bash
Raw Normal View History

2022-08-06 19:32:22 +00:00
alias clear='wipe'
_wipe() {
wipe
zle reset-prompt
}
zle -N _wipe
bindkey '^l' _wipe