Various configuration changes

This commit is contained in:
Wryn Wagner
2019-09-26 10:13:45 -06:00
parent 53f9a55b58
commit b6055a10e4
12 changed files with 368 additions and 46 deletions

View File

@ -2,3 +2,5 @@
# dependency :: feh
alias bgrandomizer="feh --randomize --bg-fill $HOME/.wallpaper/1/* $HOME/.wallpaper/2/* $HOME/.wallpaper/3/*";
# temp
alias bgrandomizer="feh --randomize --bg-fill $HOME/.wallpaper/* $HOME/.wallpaper/* $HOME/.wallpaper/*";

View File

@ -1,9 +1,8 @@
#!/bin/bash
DOTWRYN="$HOME/.wryn"
RC_DIR="$DOTWRYN/bash"
source "$HOME/.my_bash_env"
RC_DIR="$DOTWRYN/bash"
# source .wryn/bash files
for file in $(find $RC_DIR -maxdepth 1 -type f ! -name 'rc'); do source $file; done;