mirror of
https://github.com/sorin-ionescu/prezto.git
synced 2025-02-13 19:35:47 +08:00
Add alias z provided by fasd
This commit is contained in:
parent
e6eea17b12
commit
e020107a16
@ -22,6 +22,7 @@ Aliases
|
|||||||
-------
|
-------
|
||||||
|
|
||||||
- `j` changes the current working directory interactively.
|
- `j` changes the current working directory interactively.
|
||||||
|
- `z` changes the current working directory, same functionality as `j` in [autojump][2].
|
||||||
|
|
||||||
Completion
|
Completion
|
||||||
----------
|
----------
|
||||||
|
@ -54,3 +54,6 @@ function fasd_cd {
|
|||||||
|
|
||||||
# Changes the current working directory interactively.
|
# Changes the current working directory interactively.
|
||||||
alias j='fasd_cd -i'
|
alias j='fasd_cd -i'
|
||||||
|
|
||||||
|
# Changes the current working directory, same functionality as j in autojump.
|
||||||
|
alias z='fasd_cd'
|
||||||
|
Loading…
Reference in New Issue
Block a user