From 09208130da5ee858c32d22b4a4ee9f807352fdd6 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Tue, 5 Feb 2019 19:46:48 +0100 Subject: [PATCH] Fix linting errors Signed-off-by: Severin Kaderli --- system/.bash_profile | 2 +- system/.xsetup | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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