Fix alacritty-dracula theme and add shellcheckrc
This commit is contained in:
parent
9e6cca922f
commit
d0c863c3f3
4 changed files with 58 additions and 37 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue