add customized aliases support

This commit is contained in:
wysa 2014-08-07 01:19:06 +08:00
commit b8dbf744f2
2 changed files with 5 additions and 0 deletions

3
.aliases Normal file
View file

@ -0,0 +1,3 @@
#!/bin/sh
alias duh='du -h --max-depth=1 | sort -h'
alias curlP='cat ~/.oh-my-zsh/profiles/curl_profile.conf | curl -w @-'

View file

@ -91,3 +91,5 @@ else
fi
fi
fi
source "$ZSH/.aliases"