]> gitweb.michael.orlitzky.com - bash.d.git/blob - aliases
Remove deprecated GREP_OPTIONS.
[bash.d.git] / aliases
1 #!/bin/bash
2
3 alias df='df -h'
4 alias du='du -h -s *'
5 alias ls='ls -l -h --color=always --time-style=long-iso'