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

Loading…
Cancel
Save