Dotfiles for my tiling window manager + terminal workflow.
 
 
 

3 lines
50 B

function shred-rm
shred $argv && rm $argv
end