You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a $(cd "$(dirname "$0")" && pwd) statement in my .zshrc, but z.lua adds the dirname every time I log in. How can I temporarily disable z.lua in these statements?
I have a
$(cd "$(dirname "$0")" && pwd)statement in my .zshrc, but z.lua adds the dirname every time I log in. How can I temporarily disable z.lua in these statements?