wipe/misc/shell/wipe.fish

7 lines
97 B
Fish
Raw Normal View History

2023-03-26 16:31:27 +00:00
#!/usr/bin/env fish
function clear
command wipe
end
bind \cl 'wipe; commandline -f repaint'