Skip to content

Commit

Permalink
Merge branch 'zoxide-alias-additions' into dev
Browse files Browse the repository at this point in the history
* zoxide-alias-additions:
  feat: add alias forcing zoxide to look in the cwd
  • Loading branch information
jade-tea-h committed Feb 8, 2024
2 parents 41aa1c7 + 4ac6487 commit f336cf4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/.config/zoxide/rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh

# `z. somedir` will look for subdirectories of the current working directory
alias z.="z $(pwd)"

0 comments on commit f336cf4

Please sign in to comment.