Skip to content

Commit

Permalink
change some bin scripts and bash/ssh settings
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvlopes committed Sep 15, 2009
1 parent 4d72d13 commit e64f8a6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion beautify
@@ -1,4 +1,4 @@
#!/bin/env ruby
#!/usr/bin/env ruby -w

# Ruby beautifier, version 2.1, 09/11/2006
# Copyright (c) 2006, P. Lutus
Expand Down
8 changes: 8 additions & 0 deletions dotfiles/bash/aliases
Expand Up @@ -6,6 +6,9 @@ alias ea='mate -w ~/bin/dotfiles/bash/aliases && reload' # Edit aliases
alias ec='mate -w ~/bin/dotfiles/bash/config && reload' # Edit config
alias ee='mate -w ~/bin/dotfiles/bash/config && reload' # Edit env

# List
alias ls='ls -ah'

# Quicker cd
alias cg='cd /Library/Ruby/Gems/1.8/gems/'

Expand Down Expand Up @@ -60,7 +63,11 @@ alias sc='./script/console'
alias sg='./script/generate'
alias sp='./script/plugin'
alias ss='./script/server'
alias tld='tail -f log/development.log'
alias tlt='tail -f log/test.log'
alias tlp='tail -f log/production.log'
alias tl='tail -f log/*.log'
alias rr='rake routes > ~/Desktop/routes.rb'

# TDD / BDD
alias aa='autotest'
Expand All @@ -72,6 +79,7 @@ alias apt='tail -f /private/var/log/apache2/error_log /private/var/log/apache2/a
alias apg='sudo apachectl graceful'
alias apr='sudo apachectl restart'
alias apct='apachectl configtest'
alias aptl="tail -f /var/log/apache2/error_log /var/log/apache2/access_log"

function markdown() {
/Applications/TextMate.app/Contents/SharedSupport/Support/bin/Markdown.pl $1 > $1.html
Expand Down
6 changes: 1 addition & 5 deletions dotfiles/ssh/config
Expand Up @@ -4,8 +4,4 @@ Host cifras

Host area
HostName areacriacoes.com.br
User creation

Host beejeans
HostName beejeans.com.br
User beejeans
User creation

0 comments on commit e64f8a6

Please sign in to comment.