# $PATH
check which directories are on the path
```bash
echo $PATH
```
add directory to path
```bash
export PATH='path_to_directory:$PATH'
#load new path
source ~/.bashrc
```
Very useful article https://www.freecodecamp.org/news/how-to-type-letters-with-accents-on-mac/
No comments:
Post a Comment