Show
Ignore:
Timestamp:
08/11/08 07:20:41 (5 months ago)
Author:
mrkn
Message:

dotfiles/bash/mrkn-bashrc: RUBYFORGE_USER

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dotfiles/bash/mrkn-bashrc

    r9494 r17345  
    55# 
    66# $Id$ 
     7 
     8export RUBYFORGE_USER=mrkn 
    79 
    810# Default language and encoding are ja_JP and UTF-8 respectively 
     
    8587alias stone_start='sudo stone localhost:22 443 &' 
    8688 
     89case `uname -s` in 
     90Darwin*) 
     91  alias gnuplot='env DYLD_LIBRARY_PATH= /opt/local/bin/gnuplot' 
     92  alias emacs='env DYLD_LIBRARY_PATH= /Applications/Emacs.app/Contents/MacOS/Emacs' 
     93  ;; 
     94esac 
     95 
    8796# enable programmable completion features (you don't need to enable 
    8897# this, if it's already enabled in /etc/bash.bashrc and /etc/profile