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
Hey, I was browsing your really interesting dotfiles and noticed that there are several instances of incorrect word splitting in the .bashrc file. For instance
Hey, I was browsing your really interesting dotfiles and noticed that there are several instances of incorrect word splitting in the
.bashrc
file. For instancedotfiles/.bashrc
Lines 64 to 70 in 7044573
should be written as
in order to handle paths containing whitespaces. There are a lot of other potentially dangerous similar occurrences.
I recommend you check
.bashrc
and other related files with ShellCheck: it's really good at spotting this bugs.The text was updated successfully, but these errors were encountered: