mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-27 03:05:39 +01:00
3 lines
123 B
Bash
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 @-'
|