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

5
zsh/aliases.d/find.zsh Normal file
View file

@ -0,0 +1,5 @@
# Du/Find
alias dud='du -d 1 -h'
alias duf='du -sh *'
alias fd='find . -type d -name'
alias ff='find . -type f -name'