From 4f351301891746161bae7b848cb2cfd518fb62c4 Mon Sep 17 00:00:00 2001 From: Mateja Date: Sun, 7 Feb 2021 12:19:57 +0100 Subject: Update PATH. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3