Update ch{own,mod} aliases
This commit is contained in:
parent
2a0f835268
commit
2806f41a9e
1 changed files with 5 additions and 4 deletions
9
rc
9
rc
|
|
@ -11,13 +11,14 @@ alias h='history'
|
|||
alias df='df -h'
|
||||
alias du='du -h'
|
||||
alias g='git'
|
||||
alias v='view'
|
||||
alias v='vim'
|
||||
|
||||
binary_exists ledger && alias l='ledger'
|
||||
|
||||
alias cux='chmod u+x'
|
||||
alias cuw='chmod u+w'
|
||||
alias cur='chmod u+r'
|
||||
alias chux='chmod u+x'
|
||||
alias chuw='chmod u+w'
|
||||
alias chur='chmod u+r'
|
||||
alias cho="chown $USER"
|
||||
|
||||
alias today='date +%Y-%m-%d'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue