1
0
Fork 0

Add alias z provided by fasd

pull/1648/head
Tevin Zhang 6 years ago
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…
Cancel
Save