Zsh config

This commit is contained in:
LordMathis
2017-09-01 14:43:51 +02:00
parent 38967cf9c4
commit 02370ea2b1
2 changed files with 24 additions and 0 deletions

3
.aliases Normal file
View File

@@ -0,0 +1,3 @@
alias mkdir='mkdir -p'
alias cat='ccat'
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'