wipe/misc/shell/wipe.zsh
2023-03-26 18:31:27 +02:00

8 lines
89 B
Bash

alias clear='wipe'
_wipe() {
wipe
zle reset-prompt
}
zle -N _wipe
bindkey '^l' _wipe