mirror of
https://github.com/ricoriedel/wipe.git
synced 2024-11-04 15:16:40 +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
|