mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Added alias rmd for rmdir to avoid conflict with ruby rd
This commit is contained in:
parent
097b6341a9
commit
7b4d43ce1b
1 changed files with 1 additions and 0 deletions
|
|
@ -44,4 +44,5 @@ mcd () {
|
|||
|
||||
alias md='mkdir -p'
|
||||
alias rd=rmdir
|
||||
alias rmd=rmdir
|
||||
alias d='dirs -v | head -10'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue