wipe/misc/shell/wipe.fish

7 lines
97 B
Fish

#!/usr/bin/env fish
function clear
command wipe
end
bind \cl 'wipe; commandline -f repaint'