mirror of
https://github.com/ricoriedel/wipe.git
synced 2024-11-04 15:16:40 +00:00
7 lines
97 B
Fish
7 lines
97 B
Fish
|
#!/usr/bin/env fish
|
||
|
|
||
|
function clear
|
||
|
command wipe
|
||
|
end
|
||
|
|
||
|
bind \cl 'wipe; commandline -f repaint'
|