diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-03-12 17:00:07 +0100 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-03-12 17:00:07 +0100 |
commit | dcdd9a728bba37542b4c08ebe27f7500f7f96d6f (patch) | |
tree | 15ebd6663ae7c2d546e88c7e5b74a3e01ba28e89 /.profile | |
parent | e21a6b8e41c739d0e35c4daece65b3e46d7860c4 (diff) |
Update
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2,8 +2,7 @@ # Profile file. Runs on login. Environmental variables are set here. -# Adds `~/.local/bin` to $PATH -export PATH="$PATH:$HOME/.local/bin/:$HOME/py/" +export PATH="$PATH:$HOME/.local/bin:$HOME/py:$HOME/.local/usr/local/bin:$HOME/.local/usr/bin" # Default programs: export EDITOR="nvim" |