mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-27 03:05:39 +01:00
aliases for zshrc 🍰
This commit is contained in:
parent
96e4e5dd03
commit
ce228f869e
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