all repos — dotfiles-base @ 98caf2e73ce0d48b583d5f3bb4a481bd70a18572

base important configs that can safely be used almost anywhere

.config/fish/functions/df.fish

 1
 2
 3
 4
function df --description 'alias df=df -h '
 command df -h  $argv
        
end