created new bash alias with custom bash env, updated linux notes reflecting how this was done

This commit is contained in:
tomit4 2021-11-26 09:03:12 -08:00
parent 92cfc5a8c9
commit ca8adc914a
2 changed files with 4 additions and 0 deletions

View file

@ -406,6 +406,9 @@ sudo pacman -Qo /path/to/file
Other commands of note:
Create your own environment variables in bash:
export VAR=value (you can set custom paths to be navigated in bashrc, alias cvar="cd '$VAR'")
See the day you installed Linux (ie Birthday)
stat / | awk 'Birth: /{print $2}'