Bash
# Tips
Seems like you can enclose variables into {}
when using variables and text together:
|
|
Semicolon ;
is not needed at the end of lines.
You can set strings to interpret escape sequences with $''
:
|
|
# Setting env variables
Use sudo -H vim /etc/environment
.
Link.
# .profile
, .bashrc
and .bash_profile
Is a mess! I don’t even know wtf is going on! #todo!
Links
Difference Between .bashrc, .bash-profile, and .profile