Replace the pmine function with an alias
This commit is contained in:
parent
64da1ed627
commit
1e20e7640d
1 changed files with 1 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue