dotfiles/fish/.config/fish/functions/pt.fish

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

4 lines
158 B
Fish
Raw Normal View History

function pt --description "Copy password to clipboad with pass tessen"
FZF_DEFAULT_OPTS="--exact --height 20 --prompt='pass: ' --reverse" pass tessen
end