mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Merge ce228f869e into 96e4e5dd03
This commit is contained in:
commit
f8b8c1a1c8
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,9 @@
|
|||
alias pu='pushd'
|
||||
alias po='popd'
|
||||
|
||||
# Open oh-my-zsh config
|
||||
alias zshrc="open ~/.zshrc"
|
||||
|
||||
# Basic directory operations
|
||||
alias ...='cd ../..'
|
||||
alias -- -='cd -'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue