diff options
Diffstat (limited to 'dot_config/environment.d/01_PATH.conf')
-rw-r--r-- | dot_config/environment.d/01_PATH.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dot_config/environment.d/01_PATH.conf b/dot_config/environment.d/01_PATH.conf new file mode 100644 index 0000000..e342e30 --- /dev/null +++ b/dot_config/environment.d/01_PATH.conf @@ -0,0 +1,3 @@ +PATH=${PATH:-/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games} +PATH=${HOME}/.cargo/bin:${PATH} +PATH=${HOME}/bin:${PATH} |