rc/{bash,zsh}rc: journalctl aliases for reducing typing

This commit is contained in:
Aminda Suomalainen 2024-07-21 07:15:55 +03:00
parent c4d7ee362d
commit fd4bfb5ddf
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 12 additions and 0 deletions

View File

@ -675,6 +675,12 @@ fi
# installations.
alias shizuku="adb shell sh /storage/emulated/0/Android/data/moe.shizuku.privileged.api/start.sh"
# journalctl commands I often seem to type by hand
alias journalf="journalctl --no-hostname --follow"
alias journalfu="journalctl --utc --no-hostname --follow"
alias journalb="journalctl --no-hostname --boot"
alias journalbu="journalctl --utc --no-hostname --boot"
# Allow custom aliases to be put in .aliases or .bash_aliases .
# .aliases

View File

@ -663,6 +663,12 @@ fi
# installations.
alias shizuku="adb shell sh /storage/emulated/0/Android/data/moe.shizuku.privileged.api/start.sh"
# journalctl commands I often seem to type by hand
alias journalf="journalctl --no-hostname --follow"
alias journalfu="journalctl --utc --no-hostname --follow"
alias journalb="journalctl --no-hostname --boot"
alias journalbu="journalctl --utc --no-hostname --boot"
# Allow custom aliases to be put in .aliases or .zsh_aliases .
# .aliases