Any extra information on the screen will easily distract the audience from the purpose of your lesson. Do your best to remove any extra notifications, UI, or other information that would take away from what you're teaching.
#Trouble to configure bash terminal !
hi i am using visual studio code in windows , with bash terminal . i tried to execute
$ code ~/.zshrc
however in your demo, i am seeing many values already configured whereas in my .zschrc file is empty.
even though i've configured export PS1="\\$ "
but no luck. do i need to install any plugin for bash ?
#Trouble to configure bash terminal ! hi i am using visual studio code in windows , with bash terminal . i tried to execute
$ code ~/.zshrc
however in your demo, i am seeing many values already configured whereas in my .zschrc file is empty.
even though i've configured export PS1="\\$ "
but no luck. do i need to install any plugin for bash ?
You might have figured out by now but you can do that in .bashrc
.