diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-05-28 15:38:09 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-05-28 15:38:09 -0400 |
| commit | f28b8dfef5df0c1f43a462f281dfbadb1a404d95 (patch) | |
| tree | df601dd0d44e58cf339d8f97a00b7e3711ad40f3 /.profile | |
| parent | a89697cd752329aa5fe36c82655862cb09a984ac (diff) | |
| download | eibhear-f28b8dfef5df0c1f43a462f281dfbadb1a404d95.tar.gz eibhear-f28b8dfef5df0c1f43a462f281dfbadb1a404d95.tar.zst eibhear-f28b8dfef5df0c1f43a462f281dfbadb1a404d95.zip | |
acthually
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ # Profile file. Runs on login. Environmental variables are set here. -# Adds `~/.local/bin` and all subdirectories to $PATH +# Adds `~/.local/bin` to $PATH export PATH="$PATH:$HOME/.local/bin/" # Default programs: |
