update: add ~/.local/bin to PATH in bashrc (for zathura-pywal)
This commit is contained in:
parent
1763d37ee4
commit
20ce47fa20
2
.bashrc
2
.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
|
||||
|
Loading…
Reference in New Issue
Block a user