]> gitweb.michael.orlitzky.com - bash.d.git/blob - aliases
Use parameter expansion instead of the "dirname" command.
[bash.d.git] / aliases
1 #!/bin/bash
2
3 alias df='df --human-readable'
4 alias du='du --human-readable --summarize *'
5 alias ls='ls -l --color=auto --human-readable --time-style=long-iso'