dotfiles/fish/.config/fish/functions/gp.fish

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

4 lines
91 B
Fish
Raw Normal View History

function gp --description "Copy password to clipboad with pass tessen"
pass tessen
end