show processes and confirmation for remove files

This commit is contained in:
tinogomes 2011-08-14 03:50:25 -03:00
commit e6661db7ea
2 changed files with 14 additions and 1 deletions

View file

@ -23,6 +23,11 @@ alias sl=ls # often screw this up
alias afind='ack-grep -il'
alias x=extract
alias reload="source ~/.zshrc"
alias galias='alias | grep'
# Request confirmation before attempting to remove each file, regardless of the file's permissions, or
# whether or not the standard input device is a terminal. The -i option overrides any previous -f options.
alias rm="rm -i"
alias psg='show_processes'