Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cupric
zsh
Commits
a76669c4
Commit
a76669c4
authored
1 year ago
by
cupric
Browse files
Options
Download
Email Patches
Plain Diff
added more systemctl
parent
6156bda4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
zcustom/alias.zsh
+4
-0
zcustom/alias.zsh
with
4 additions
and
0 deletions
+4
-0
zcustom/alias.zsh
+
4
-
0
View file @
a76669c4
...
...
@@ -270,9 +270,13 @@ alias restart_plasmashell='sudo pkill plasmashell && kstart5 plasmashell > /dev/
alias
rsynccopy
=
'rsync --stats --partial --progress --append --rsh=ssh -a -h'
alias
rsyncmove
=
'rsync --stats --partial --progress --append --rsh=ssh -a -h --remove-sent-files'
alias
sc
=
'sudo systemctl'
alias
scu
=
'sudo systemctl --user'
alias
scstart
=
'sudo systemctl start'
alias
scstat
=
'sudo systemctl status'
alias
scstop
=
'sudo systemctl stop'
alias
scr
=
'sudo systemctl restart'
alias
sce
=
'sudo systemctl enable'
alias
scen
=
'sudo systemctl enable --now'
alias
subl
=
/opt/sublime_text/sublime_text
alias sudo
=
$'nocorrect sudo
\t
'
alias
ug
=
'sudo -s -u ${USER}'
# Update group
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets