Comments (0)

Files changed (1)

File abbreviations.fish Added

View file
  • Ignore whitespace
  • Hide word diff
+#!/usr/bin/env fish
+abbr bek 'bundle exec'
+abbr bekr 'bundle exec rake'
+abbr gpru 'git fetch --prune'
+abbr gpu 'git push -u origin'