Can someone clarify me the difference between these two lines?
export PATH=./bin:~/.rbenv/bin:$PATH
and
export PATH=./bin:~/.rbenv/bin:$PATH >> ~/.zshrc
What is this doing?
>> ~/.zshrc
This is written in a .zshrc file. Which language is used there? Where I can learn the syntax? The export, eval etc.