Fix linting errors

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2019-02-05 19:46:48 +01:00
parent f0f2da57bb
commit 09208130da
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ fi
dconf load / < "${HOME}/.config/dconf/root.conf" dconf load / < "${HOME}/.config/dconf/root.conf"
# Activate correct crontab file # 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 we are on tty1 we start the x-server
if [ "$(tty)" = "/dev/tty1" ]; then if [ "$(tty)" = "/dev/tty1" ]; then

View file

@ -26,7 +26,7 @@ nm-applet &
redshift & redshift &
# Merge .Xresources on boot # Merge .Xresources on boot
xrdb -merge "$HOME/.Xresources" xrdb -merge "${HOME}/.Xresources"
# Start ibus # Start ibus
#ibus-daemon -drx #ibus-daemon -drx