wipe/misc/wipe.zsh
2022-08-06 21:49:19 +02:00

8 lines
89 B
Bash

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