summaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/dot-bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/dot-bashrc b/bash/dot-bashrc
index 26a0492..d369846 100644
--- a/bash/dot-bashrc
+++ b/bash/dot-bashrc
@@ -50,7 +50,7 @@ export MANPAGER='nvim +Man!'
export PAGER=less
export TERMINAL=alacritty
-PATH=$PATH:$HOME/.local/bin
+export PATH=$PATH:$HOME/.local/bin
# PROMPT
PS1BASE="$COLOR_BLUE\u$COLOR_GREY@\h $COLOR_YELLOW\w\[\033[00m\]"