Make cd
go to parent dir and not home directory.
#1081
-
This is a really weird request, but for some reason I have a habit of forgetting |
Beta Was this translation helpful? Give feedback.
Answered by
ajeetdsouza
Jun 17, 2025
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ajeetdsouza
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
z
is just an alias to__zoxide_z
. If you initialize zoxide aszoxide init --no-cmd
, you can define your ownz
alias with whatever custom logic you need, and fallback to__zoxide_z
for any other case.