wipe/misc/shell/wipe.fish
2023-03-26 18:31:27 +02:00

7 lines
97 B
Fish

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