#!/bin/bash alias df='df -h' alias du='du -h -s *' alias ls='ls -l -h --color=always --time-style=long-iso'