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

2
zsh/aliases.d/tail.zsh Normal file
View file

@ -0,0 +1,2 @@
# Tail
alias t='tail -f'