mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
rc/{bash,zsh}rc: journalctl aliases for reducing typing
This commit is contained in:
parent
c4d7ee362d
commit
fd4bfb5ddf
@ -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
|
||||
|
6
rc/zshrc
6
rc/zshrc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user