mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-06 03:10:35 +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 pu='pushd'
|
||||||
alias po='popd'
|
alias po='popd'
|
||||||
|
|
||||||
|
# Open oh-my-zsh config
|
||||||
|
alias zshrc="open ~/.zshrc"
|
||||||
|
|
||||||
# Basic directory operations
|
# Basic directory operations
|
||||||
alias ...='cd ../..'
|
alias ...='cd ../..'
|
||||||
alias -- -='cd -'
|
alias -- -='cd -'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue