mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-06 03:10:35 +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 @-'
|
||||
Loading…
Add table
Add a link
Reference in a new issue