mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 04:38:01 +00:00
Add -
alias for cd -
Taken with love from `oh-my-zsh`
This commit is contained in:
parent
357ce2ebbf
commit
97f36e9402
@ -25,5 +25,6 @@ unsetopt CLOBBER # Do not overwrite existing files with > and >>.
|
||||
# Aliases
|
||||
#
|
||||
|
||||
alias -- -='cd -'
|
||||
alias d='dirs -v'
|
||||
for index ({1..9}) alias "$index"="cd +${index}"; unset index
|
||||
|
Loading…
Reference in New Issue
Block a user