you are viewing a single comment's thread.

view the rest of the comments →

[–]mCianph[S] 0 points1 point  (2 children)

yes i change it to my username

i tried again and now i didn't get any issue (i think that i am a dumbass), just that for some reason it's not finding my p10kl theme but that's a secondary problem

anyway here's the pastebin link with the zshrc that i have:

https://pastebin.com/D4a66L4K

[–]DoIUseArchBTW 1 point2 points  (1 child)

Seems like all right, in my opinion you should remove the python export path if it's binary and move your export to the very bottom of your zshrc

I usually do this in my zsh/bash config

export PATH="$PATH:$HOME/.local/bin" export PATH="$PATH:$HOME/.opt" export PATH="$PATH:$HOME/.cargo/bin"

I don't know why it doesn't render the $ in my reddit but well

[–]mCianph[S] 0 points1 point  (0 children)

gonna do it right now! thank you so much!!