tools:bash:customization
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tools:bash:customization [2026/03/08 08:52] – [$PATH] Humphrey Boa-Gart | tools:bash:customization [2026/03/08 09:12] (current) – [$PATH] Humphrey Boa-Gart | ||
|---|---|---|---|
| Line 96: | Line 96: | ||
| ==== $PATH ==== | ==== $PATH ==== | ||
| - | The most important variable you will deal with, is the **$PATH** variable, which specifies the directories that bash will look for executable files. This lets you type '' | + | The most important variable you will deal with, is the **$PATH** variable, which specifies the directories that bash will look for installed applications. This lets you type '' |
| + | |||
| + | To figure out where your $PATH is, run: | ||
| $ echo $PATH | $ echo $PATH | ||
| Line 102: | Line 104: | ||
| This will output something like: | This will output something like: | ||
| - | /home/user/.local/bin:/ | + | /home/username/ |
| | | ||
| This above line shows that bash will look in your personal **~/ | This above line shows that bash will look in your personal **~/ | ||
| - | To enable bash to run a custom application (such as a freshly downloaded [[tools: | + | To enable bash to run a custom application |
| $ ln -s / | $ ln -s / | ||
tools/bash/customization.1772959972.txt.gz · Last modified: by Humphrey Boa-Gart
Find this page online at: https://bestpoint.institute/tools/bash/customization
Find this page online at: https://bestpoint.institute/tools/bash/customization