dotfiles/.config/fish/conf.d/30-journalctl.fish

5 lines
152 B
Fish
Raw Normal View History

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