1
0
mirror of https://gitlab.com/linuxstuff/dotfiles.git synced 2026-06-19 04:06:00 +02:00

Added systemctl alias 'sctl'

This commit is contained in:
h45h74x
2020-09-28 10:30:16 +02:00
parent d3238cc969
commit ff94deff38
6 changed files with 495 additions and 225 deletions
+2
View File
@@ -71,6 +71,8 @@ alias ll="ls -lh"
alias lla="ls -lah"
alias blank="echo"
alias x=exit
alias sctl="systemctl"
alias ssctl="sudo sctl"
# use like "fhistory 'cd ..' "
alias fhistory="history | grep"