dotfiles/dot_config/fish/conf.d/30-journalctl.fish
2024-04-14 18:41:15 -07:00

4 lines
152 B
Fish

#!/usr/bin/env fish
abbr -a jf --position command "sudo journalctl --follow --unit"
abbr -a je --position command "sudo journalctl --pager-end --unit"