mirror of
https://github.com/ricoriedel/wipe.git
synced 2024-11-03 06:36:41 +00:00
8 lines
89 B
Bash
8 lines
89 B
Bash
alias clear='wipe'
|
|
|
|
_wipe() {
|
|
wipe
|
|
zle reset-prompt
|
|
}
|
|
zle -N _wipe
|
|
bindkey '^l' _wipe |