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 installed autojump using homebrew, and added this line in my .zshrc file at line 112 [ -f /opt/homebrew/etc/profile.d/autojump.sh ] && . /opt/homebrew/etc/profile.d/autojump.sh
Every time I start terminal, it says: /Users/myusername/.zshrc:cd:112: string not in pwd: -
I checked if the autojump.sh file exists: ls -l /opt/homebrew/etc/profile.d/
the output:
then I checked autojump.zsh:
All the files exists, they are just symlinked to other locations.
So where does the "/Users/myusername/.zshrc:cd:112: string not in pwd: -" error come from?
The text was updated successfully, but these errors were encountered:
I installed autojump using homebrew, and added this line in my .zshrc file at line 112
[ -f /opt/homebrew/etc/profile.d/autojump.sh ] && . /opt/homebrew/etc/profile.d/autojump.sh
Every time I start terminal, it says:
/Users/myusername/.zshrc:cd:112: string not in pwd: -
I checked if the autojump.sh file exists:
ls -l /opt/homebrew/etc/profile.d/
the output:
then I checked autojump.zsh:
All the files exists, they are just symlinked to other locations.
So where does the "/Users/myusername/.zshrc:cd:112: string not in pwd: -" error come from?
The text was updated successfully, but these errors were encountered: