From 20ce47fa2046178b47cc58a57472f61e9399cf22 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Wed, 3 Apr 2024 22:27:27 -0400 Subject: [PATCH] update: add ~/.local/bin to PATH in bashrc (for zathura-pywal) --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 5bfd976..d4cde4f 100644 --- a/.bashrc +++ b/.bashrc @@ -106,7 +106,7 @@ alias setkb='setxkbmap de;echo "Keyboard set back to de."' alias res1='xrandr --output DisplayPort-0 --mode 2560x1440 --rate 120' alias res2='xrandr --output DisplayPort-0 --mode 1920x1080 --rate 120' -export PATH="/usr/lib/ccache/bin/:$PATH" +export PATH="$HOME/.local/bin/:/usr/lib/ccache/bin/:$PATH" # ----------------------------------------------------- # DEVELOPMENT