Skip to content

Instantly share code, notes, and snippets.

View JMCQ87's full-sized avatar

Johann JMCQ87

  • Berlin
View GitHub Profile
@JMCQ87
JMCQ87 / .zshrc
Created May 5, 2020 07:00 — forked from quassy/.zshrc
darwin config
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'