diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-04-16 17:57:23 -0500 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-04-16 17:57:23 -0500 |
| commit | 1abd19cef7d4eed25220852082f82c15d45155a0 (patch) | |
| tree | dd38076595338828234dbc3d64602d6b664d2e90 /.profile | |
| parent | ea771851403ad7a5fea0f405a2a672bed4a79c28 (diff) | |
fix: move PATH config into .profile
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,3 +3,4 @@ export PAGER=less export TERMINAL=foot export BROWSER=firefox export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR"/hissh-agent +export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:"$HOME"/bin:"$PATH" |
