aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMateja Marić <mail@matejamaric.com>2021-02-07 12:49:43 +0100
committerGitHub <noreply@github.com>2021-02-07 12:49:43 +0100
commit3ed060173b0a3110aac0a5f53a4cb534531b3c28 (patch)
treeded04f4fe15f8490b8c0e48b9684b7d2e990bfe5 /.bashrc
parent5d0c80a46c76dd1712f274ff6ddce05526253983 (diff)
parent3621cc09ea17c771d9c99d684d1e9bafc69fb222 (diff)
downloaddotfiles-3ed060173b0a3110aac0a5f53a4cb534531b3c28.tar.gz
dotfiles-3ed060173b0a3110aac0a5f53a4cb534531b3c28.zip
Merge pull request #4 from MatejaMaric/fix-scripts
Fix issue #2
Diffstat (limited to '.bashrc')
-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'