ohmyzsh/.aliases
2014-08-07 01:19:06 +08:00

3 lines
123 B
Bash

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