Replace the pmine function with an alias

This commit is contained in:
Colin Hebert 2012-04-11 19:13:07 +01:00
parent 64da1ed627
commit 1e20e7640d

View file

@ -40,10 +40,7 @@ function slit {
}
# Displays user owned process status.
function pmine {
ps "$@" -U "$USER" -o pid,%cpu,%mem,command
}
compdef _ps pmine 2> /dev/null
alias pmine='ps -U "$USER" -o pid,%cpu,%mem,command'
# Finds files and executes a command on them.
function find-exec {