dotfiles/.config/fish/functions/gstd.fish

5 lines
117 B
Fish

function gstd --wraps='git stash drop' --description 'alias gstd=git stash drop'
git stash drop $argv
end