diff options
author | Raul Benencia <raul@thousandeyes.com> | 2024-11-04 10:31:51 -0800 |
---|---|---|
committer | Raul Benencia <raul@thousandeyes.com> | 2024-11-04 10:31:51 -0800 |
commit | 82711fa6e6e9a70cbc233fcca27036e45b6d9e8b (patch) | |
tree | be39c96000f81595a8c897edf830c8fcdf5e478c /.xprofile | |
parent | 1d50f4985c4dafe6919def32dbab991c6df499b7 (diff) |
xprofile: add $HOME/bin PATH
Diffstat (limited to '.xprofile')
-rw-r--r-- | .xprofile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.xprofile b/.xprofile new file mode 100644 index 0000000..d1606ec --- /dev/null +++ b/.xprofile @@ -0,0 +1 @@ +export PATH="$HOME/bin:$PATH"
\ No newline at end of file |