diff --git a/system/.bash_profile b/system/.bash_profile index 03f024c..8766c0e 100644 --- a/system/.bash_profile +++ b/system/.bash_profile @@ -23,7 +23,7 @@ fi dconf load / < "${HOME}/.config/dconf/root.conf" # Activate correct crontab file -crontab "${$XDG_CONFIG_HOME}/cron/crontab" +crontab "${XDG_CONFIG_HOME}/cron/crontab" # If we are on tty1 we start the x-server if [ "$(tty)" = "/dev/tty1" ]; then diff --git a/system/.xsetup b/system/.xsetup index db51f94..7ac915f 100644 --- a/system/.xsetup +++ b/system/.xsetup @@ -26,7 +26,7 @@ nm-applet & redshift & # Merge .Xresources on boot -xrdb -merge "$HOME/.Xresources" +xrdb -merge "${HOME}/.Xresources" # Start ibus #ibus-daemon -drx