mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
moving cd aliases for directories library
This commit is contained in:
parent
894de9e462
commit
e0733bf783
2 changed files with 9 additions and 9 deletions
|
|
@ -2,10 +2,6 @@
|
|||
alias pu='pushd'
|
||||
alias po='popd'
|
||||
|
||||
# Basic directory operations
|
||||
alias ...='cd ../..'
|
||||
alias -- -='cd -'
|
||||
|
||||
# Super user
|
||||
alias _='sudo'
|
||||
alias please='sudo'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue