all repos — dotfiles-base @ 98caf2e73ce0d48b583d5f3bb4a481bd70a18572

base important configs that can safely be used almost anywhere

.config/fish/functions/cl.fish

 1
 2
 3
 4
function cl --wraps='clear ' --description 'alias cl=clear '
  clear  $argv
        
end