aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-02-07 12:19:57 +0100
committerMateja <mail@matejamaric.com>2021-02-07 12:19:57 +0100
commit4f351301891746161bae7b848cb2cfd518fb62c4 (patch)
tree68ef5a5ab6f78414f11cf044692f1ba997ff0c2e
parent0359b6d6c629557475b6ae6235426821a02364db (diff)
downloaddotfiles-4f351301891746161bae7b848cb2cfd518fb62c4.tar.gz
dotfiles-4f351301891746161bae7b848cb2cfd518fb62c4.zip
Update PATH.
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 0a1eafa..43d1bfa 100644
--- a/.bashrc
+++ b/.bashrc
@@ -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'