dotfiles/.config/fish/functions/x.fish

10 lines
135 B
Fish
Raw Normal View History

2020-12-24 10:30:03 +00:00
# Defined in - @ line 1
function x
if test -e ~/.git_creds
if read_confirm 'gitlock?'
gitlock
end
end
exit $argv;
end