mirror of
https://github.com/ricoriedel/wipe.git
synced 2024-11-03 06:36:41 +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' |