mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 05:40:08 +00:00
Fixing some conflict residue that I missed in a commit/merge:
This commit is contained in:
parent
11220ca495
commit
fd6861b8cd
1 changed files with 3 additions and 10 deletions
|
@ -10,6 +10,8 @@ alias sd='ruby script/destroy'
|
|||
alias sp='ruby script/plugin'
|
||||
alias ssp='ruby script/spec'
|
||||
alias rdbm='rake db:migrate'
|
||||
alias sc='ruby script/console'
|
||||
alias sd='ruby script/server --debugger'
|
||||
|
||||
# Basic directory operations
|
||||
alias .='pwd'
|
||||
|
@ -62,15 +64,6 @@ alias et='mate . &'
|
|||
alias ett='mate app config lib db public spec test Rakefile Capfile Todo &'
|
||||
alias etp='mate app config lib db public spec test vendor/plugins vendor/gems Rakefile Capfile Todo &'
|
||||
alias etts='mate app config lib db public script spec test vendor/plugins vendor/gems Rakefile Capfile Todo &'
|
||||
<<<<<<< HEAD:lib/aliases.zsh
|
||||
=======
|
||||
|
||||
## Ruby related
|
||||
# Ruby scripts
|
||||
alias sc='ruby script/console'
|
||||
alias sd='ruby script/server --debugger'
|
||||
|
||||
# Editor Ruby file in TextMate
|
||||
alias mr='mate CHANGELOG app config db lib public script spec test'
|
||||
|
||||
>>>>>>> 886d97f41e72b8662232a2c6b196fb60508e4f67:lib/aliases.zsh
|
||||
|
|
Loading…
Reference in a new issue