add bash-it
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# shellcheck shell=bash
|
||||
about-alias 'textmate abbreviations'
|
||||
|
||||
case $OSTYPE in
|
||||
darwin*)
|
||||
# Textmate
|
||||
alias e='mate . &'
|
||||
alias et='mate app config db lib public script test spec config.ru Gemfile Rakefile README &'
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user