diff options
-rw-r--r-- | bash/dot-bashrc | 2 |
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\]" |