dotfiles/zsh/aliases.d/stuff.zsh
2015-07-16 18:57:43 +02:00

7 lines
114 B
Bash

# Stuff
alias h='history'
alias hgrep="fc -El 0 | grep"
alias j='jobs'
alias p='ps -f'
alias sortnr='sort -n -r'