Update, fix small issues in configs, clean up i3

This commit is contained in:
natemaia
2018-02-09 20:35:27 -08:00
parent fd89d0bcdd
commit a944a1caa5
9 changed files with 399 additions and 291 deletions

View File

@ -8,9 +8,11 @@ export XDG_CONFIG_HOME
if [ -d "$HOME/bin" ]; then
PATH=$HOME/bin:$PATH
fi
if [ -d "/sbin" ]; then
PATH="/sbin:$PATH"
fi
if [ -d "/usr/sbin" ]; then
PATH="/usr/sbin:$PATH"
fi