1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Add jist as an alias for gist

This commit is contained in:
Conrad Irwin 2012-06-25 21:37:17 -07:00
parent 37d9e5cbb9
commit 56c6512dd6

View file

@ -181,6 +181,7 @@ class Pry
end
alias_command "clipit", "gist --clip"
alias_command "jist", "gist"
end
end
end