diff options
| author | George Abbott <george@gabbott.dev> | 2023-01-24 22:52:45 +0000 |
|---|---|---|
| committer | George Abbott <george@gabbott.dev> | 2023-01-24 22:52:45 +0000 |
| commit | da68261ac4514f956dad33cf58ecd1136b2d747e (patch) | |
| tree | be246d77b6f665022c425b692f03029c87135ade /profile | |
| parent | 84ad391a1126ce7cea372d3bd3a97564d0eb7da9 (diff) | |
Added $HOME/.local/bin to PATH
Diffstat (limited to 'profile')
| -rw-r--r-- | profile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,11 +2,14 @@ # # sh/ksh initialization -PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin +PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:$HOME/.local/bin # Environment Variables ENV="~/.config/kshrc" +# XDG +# todo, add + |
