This continues a pattern that was introduced in ffa45b0 and refined
further in later commits. This enables all aliases by default, but can
be disabled by any user if they remove the appropriate
aliases/enabled/*.bash file.
5 lines
136 B
Bash
5 lines
136 B
Bash
#!/bin/bash
|
|
|
|
# Textmate
|
|
alias e='mate . &'
|
|
alias et='mate app config db lib public script test spec config.ru Gemfile Rakefile README &' |