dotfiles/fish/.config/fish/functions/cdg.fish

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

4 lines
93 B
Fish
Raw Permalink Normal View History

function cdg --description 'coredumpctl gdb on last crashed process'
coredumpctl gdb
end