Add alias for apm install

pull/627/head
gbanks 2015-12-17 12:53:58 -07:00
parent 06db89c0d6
commit 567b19333f
1 changed files with 1 additions and 0 deletions

View File

@ -4,3 +4,4 @@ about-alias 'Atom.io editor abbreviations'
alias a='atom' alias a='atom'
alias ah='atom .' alias ah='atom .'
alias apmup='apm update --no-confirm' alias apmup='apm update --no-confirm'
alias apmi='apm install'