my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
139 B

3 years ago
  1. alias gemb="gem build *.gemspec"
  2. alias gemp="gem push *.gem"
  3. # gemy GEM 0.0.0 = gem yank GEM -v 0.0.0
  4. function gemy {
  5. gem yank $1 -v $2
  6. }