mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Move directory operation aliases to dedicated file
This commit is contained in:
parent
de78e47d27
commit
12d14a69ea
2 changed files with 11 additions and 12 deletions
|
|
@ -1,11 +1,3 @@
|
|||
# Push and pop directories on directory stack
|
||||
alias pu='pushd'
|
||||
alias po='popd'
|
||||
|
||||
# Basic directory operations
|
||||
alias ...='cd ../..'
|
||||
alias -- -='cd -'
|
||||
|
||||
# Prevent headaches
|
||||
alias cp='cp -v'
|
||||
alias rm='rm -v'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue