mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-27 03:05:39 +01:00
add customized aliases support
This commit is contained in:
parent
a47e00f3aa
commit
b8dbf744f2
2 changed files with 5 additions and 0 deletions
3
.aliases
Normal file
3
.aliases
Normal 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 @-'
|
||||||
|
|
@ -91,3 +91,5 @@ else
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
source "$ZSH/.aliases"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue