1
0
Fork 0

Replace the pmine function with an alias

pull/132/head
Colin Hebert 13 years ago
parent 64da1ed627
commit 1e20e7640d

@ -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 {

Loading…
Cancel
Save