diff options
author | Mateja <mail@matejamaric.com> | 2021-02-07 12:19:57 +0100 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-02-07 12:19:57 +0100 |
commit | 4f351301891746161bae7b848cb2cfd518fb62c4 (patch) | |
tree | 68ef5a5ab6f78414f11cf044692f1ba997ff0c2e | |
parent | 0359b6d6c629557475b6ae6235426821a02364db (diff) | |
download | dotfiles-4f351301891746161bae7b848cb2cfd518fb62c4.tar.gz dotfiles-4f351301891746161bae7b848cb2cfd518fb62c4.zip |
Update PATH.
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ if ! shopt -oq posix; then fi fi -PATH=$PATH:/home/$USER/stuff/scripts +PATH=$PATH:/home/$USER/.local/bin/ export EDITOR='nvim' export VISUAL='nvim' |