Added Dotfiles

This commit is contained in:
Nikolas Weger 2015-07-16 18:57:43 +02:00
parent 9cd2220adb
commit 9ea4faff29
17 changed files with 622 additions and 0 deletions

7
zsh/aliases.d/stuff.zsh Normal file
View file

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