dotfiles/fish/.config/fish/functions/jbl.fish

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
138 B
Fish
Raw Permalink Normal View History

function jbl --description 'Select a boot to view logs'
journalctl -r -b (journalctl --list-boots | fzf --tac | awk '{print $1}')
end