8 lines
164 B
Bash
8 lines
164 B
Bash
# shellcheck shell=bash
|
|
about-alias 'Atom.io editor abbreviations'
|
|
|
|
alias a='atom'
|
|
alias ah='atom .'
|
|
alias apmup='apm update --no-confirm'
|
|
alias apmi='apm install'
|