added systemctl aliases
This commit is contained in:
parent
3d0fcc071a
commit
061dc6c32c
1 changed files with 7 additions and 0 deletions
|
@ -25,6 +25,13 @@ alias battery="upower -i /org/freedesktop/UPower/devices/battery_BAT0"
|
||||||
alias pp=python2
|
alias pp=python2
|
||||||
alias ppp=python3
|
alias ppp=python3
|
||||||
|
|
||||||
|
alias Ju="journalctl --unit"
|
||||||
|
alias Jue="journalctl --pager-end --unit"
|
||||||
|
alias Ss="systemctl status --no-pager --full --lines=25"
|
||||||
|
alias SE="systemctl enable"
|
||||||
|
alias SS="systemctl start"
|
||||||
|
alias SX="systemctl stop"
|
||||||
|
|
||||||
# apparently this is the only way of setting GNU Screen to UTF-8
|
# apparently this is the only way of setting GNU Screen to UTF-8
|
||||||
alias screen="screen -U"
|
alias screen="screen -U"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue