mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
add ... alias. add cygwin colors to ashleydev theme.
This commit is contained in:
parent
47fc51e08a
commit
1cb074f040
2 changed files with 17 additions and 6 deletions
|
|
@ -6,6 +6,8 @@ setopt auto_name_dirs # Auto add variable-stored paths to ~ list.
|
|||
setopt multios # Write to multiple descriptors.
|
||||
|
||||
alias ..='cd ..'
|
||||
alias ...='cd ../..'
|
||||
alias ....='cd ../../..'
|
||||
alias cd..='cd ..'
|
||||
alias cd...='cd ../..'
|
||||
alias cd....='cd ../../..'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue