-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document the --add
argument
#286
Comments
I was searching how to add current directory. Solution: |
if you're in $PWD it's already been added. hit enter to add it some more doing |
For some reason I get in and out of a dir several times (any dir), but it still doesn't get added (listed on I couldn't find which version of z I'm running. Nothing on z.sh, nor |
Can you please share how you are loading z.sh into your shell? |
On my if [ -f ~/Cloudfolder/.mybashrc ]; then
. ~/Cloudfolder/.mybashrc
fi And there (on source /home/pablo/Cloudfolder/bin/z.sh |
z --add {full path}
can be used to manually add a folder to the dataset, but this isn't documented in the man page/README.The text was updated successfully, but these errors were encountered: