Fix alacritty-dracula theme and add shellcheckrc

This commit is contained in:
Tobias Reisinger 2022-10-15 02:31:44 +02:00
parent 9e6cca922f
commit d0c863c3f3
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 58 additions and 37 deletions

View file

@ -69,5 +69,6 @@ case $1 in
edit) _systemctl "$2" edit --full ;;
enable) _systemctl "$2" add-wants autostart.target ;;
disable) _systemctl "$2" enable ;;
start) systemctl --user start autostart.target ;;
*) echo "'$1' is not valid" ;;
esac