This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export LC_CTYPE=en_US.UTF-8 | |
export FIREBIRD_HOME=/Library/Frameworks/firebird.framework/Resources | |
export PATH=$PATH:$FIREBIRD_HOME/bin | |
export LOCAL_IP=`ipconfig getifaddr en0` | |
# alias | |
alias home='cd ~ && ll' | |
alias ..='cd ..' | |
alias ...='cd ../..' | |
alias ls='ls -GwF' |