fix: move bin/ into .local/bin/

This commit is contained in:
Tobias Reisinger 2020-01-27 11:46:01 +01:00
parent 634cfeb240
commit c3aac7ea44
5 changed files with 3 additions and 3 deletions

View file

@ -9,4 +9,4 @@ fi
[ -x "$(command -v mpd)" ] && mpd
[ $SHELL == "/bin/bash" ] && source $HOME/.bashrc
[ $SHELL = "/bin/bash" ] && source $HOME/.bashrc