This commit is contained in:
Tevin 2021-02-18 05:59:50 -04:00 committed by GitHub
commit f07dbf50c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -22,6 +22,7 @@ Aliases
-------
- `j` changes the current working directory interactively.
- `z` changes the current working directory, same functionality as `j` in [autojump][2].
Completion
----------

View file

@ -55,3 +55,6 @@ function fasd_cd {
# Changes the current working directory interactively.
alias j='fasd_cd -i'
# Changes the current working directory, same functionality as j in autojump.
alias z='fasd_cd'