Various configuration changes
This commit is contained in:
bash
config
compton
i3
kitty
xserver
5
bash/rc
5
bash/rc
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user