created new bash alias with custom bash env, updated linux notes reflecting how this was done
This commit is contained in:
parent
92cfc5a8c9
commit
ca8adc914a
2 changed files with 4 additions and 0 deletions
|
|
@ -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}'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue