aboutsummaryrefslogtreecommitdiff
path: root/stow/rcs
diff options
context:
space:
mode:
Diffstat (limited to 'stow/rcs')
-rw-r--r--stow/rcs/.bash_vars7
1 files changed, 5 insertions, 2 deletions
diff --git a/stow/rcs/.bash_vars b/stow/rcs/.bash_vars
index a73a118..40b751e 100644
--- a/stow/rcs/.bash_vars
+++ b/stow/rcs/.bash_vars
@@ -29,7 +29,10 @@ export CONFIG_DIC_ES="/usr/share/dict/spanish"
export CONFIG_DIC_EN="/usr/share/dict/british"
export CONFIG_DIC_PL="/usr/share/dict/słowa.txt"
-export CONFIG_FOLDER_RANDOMBG="$HOME/images/wallpapers/shufs/current"
+export CONFIG_FOLDER_RANDOMWP="$HOME/images/wallpapers/shufs/current"
+export CONFIG_WPLIST="$HOME/.local/share/wpHistory.dat"
+export CONFIG_WPPOINTER="/tmp/wppointer"
+
export CONFIG_FOLDER_LOGS="$HOME/logs"
export CONFIG_WIFI_DEV="wlp2s0"
@@ -65,7 +68,7 @@ export LESS_TERMCAP_ue=$'\E[0m'
# Set LS_COLORS (enable color support of ls and others)
if [ -x /usr/bin/dircolors ]; then
dircolorsFile="$HOME/.config/dircolors"
- [ -r "$dircolorsFile" ] &&
+ [ -r "$dircolorsFile" ] &&
eval "$(dircolors -b $dircolorsFile)" ||
eval "$(dircolors -b)"
fi