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 don't keep my .zshrc or .oh-my-zsh in those locations; I keep them in a subdirectory of ~. I tried downloading the install.sh, hardcoding the first 2 variable and running it but got the same result so maybe it's not the point of failure.
I see that the file ~/.config/lsx/lsx.shis present but beyond that I can't follow what is supposed to be happening so not sure what's the problem.
By the way I am not sure if this is helpful but as to the zsh files, the way I changed it from default is by setting the $ZDOTDIR environment variable in .zshenv. (Info on SE) As far as I found (I didn't look too hard) it wasn't possible to actually charge the name of the .zshrc file, which I would have preferred because it's sort of stupid to have a hidden file in a hidden directory. If that were possible and someone had done it then the below wouldn't work.
At the top of the $ZDOTDIR/.zshrc file, the oh my zsh installer added:
export ZSH="$ZDOTDIR/.oh-my-zsh"
So as per the above if I was writing this I would probably use:
ZSHRC="$ZDOTDIR/.zshrc"
ZSH_DIR="$ZSH"
but you should definitely check that with someone who knows what of they speak.
The text was updated successfully, but these errors were encountered:
Maybe I found the problem but not sure. I see in
install.sh
:I don't keep my
.zshrc
or.oh-my-zsh
in those locations; I keep them in a subdirectory of~
. I tried downloading theinstall.sh
, hardcoding the first 2 variable and running it but got the same result so maybe it's not the point of failure.I see that the file
~/.config/lsx/lsx.sh
is present but beyond that I can't follow what is supposed to be happening so not sure what's the problem.By the way I am not sure if this is helpful but as to the
zsh
files, the way I changed it from default is by setting the$ZDOTDIR
environment variable in.zshenv
. (Info on SE) As far as I found (I didn't look too hard) it wasn't possible to actually charge the name of the.zshrc
file, which I would have preferred because it's sort of stupid to have a hidden file in a hidden directory. If that were possible and someone had done it then the below wouldn't work.At the top of the
$ZDOTDIR/.zshrc
file, theoh my zsh
installer added:So as per the above if I was writing this I would probably use:
but you should definitely check that with someone who knows what of they speak.
The text was updated successfully, but these errors were encountered: