Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
fd6861b8
Commit
fd6861b8
authored
Oct 26, 2009
by
Robby Russell
Browse files
Fixing some conflict residue that I missed in a commit/merge:
parent
11220ca4
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/aliases.zsh
View file @
fd6861b8
...
...
@@ -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
alias
mr
=
'mate CHANGELOG app config db lib public script spec test'
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment