Skip to content

Commit

Permalink
added curlrc, perldoc alias
Browse files Browse the repository at this point in the history
  • Loading branch information
sshaw committed Oct 12, 2012
1 parent d763814 commit 15273b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ alias build='make && { make test || make check; }'
alias pbuild='perl Makefile.PL && make && make test'
alias pinstall='pbuild && make install'
alias pb='perlbrew'
alias pd='perldoc'

alias ll=' ls -l'
alias lr=' ls -lt | head'
Expand Down
1 change: 1 addition & 0 deletions curlrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-k

0 comments on commit 15273b3

Please sign in to comment.