Skip to content

Instantly share code, notes, and snippets.

@ablakely
Last active January 8, 2020 23:08
Show Gist options
  • Save ablakely/ac4a33b2e0aab9dd1082088f98933255 to your computer and use it in GitHub Desktop.
Save ablakely/ac4a33b2e0aab9dd1082088f98933255 to your computer and use it in GitHub Desktop.
OS X Tiger .bash_profile
# ablakely's .bash_profile
# System: LampG4 (iMac G4)
# OS: 10.4.11
if [ "$TERM" == "rxvt-unicode-256color" ]; then
# hello 2020
export TERM=xterm-color
fi
# Turn on some colors
export PS1='\[\e[1;32m\][\u@\h \W]\$\[\e[0m\] '
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
alias restartVNC='sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -restart -agent'
export PATH=/usr/local/sbin:/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment