This file contains hidden or 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
if [ $(id -u) -eq 0 ]; | |
then # you are root, make the prompt red | |
PS1="┌─[\e[01;34m\u @ \h\e[00m]---[\e[01;34m$(pwd)\e[00m]\n└─>\e[01;31m#\e[00m " | |
else | |
PS1="┌─[\e[0;31m\u @ \h\e[00m]$\n└─>" | |
fi | |
export CLICOLOR=1 | |
export LSCOLORS=ExFxBxDxCxegedabagacad | |
# Settings via http://hackercodex.com/guide/mac-osx-mavericks-10.9-configuration/ |
This file contains hidden or 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
<item> | |
<name>CODE/WASD Keyboard Media Keys (Mac)</name> | |
<appendix>This will bind CODE/WASD the printed values on the media keys to their actual software function. | |
* Insert : Pause / Play | |
* Delete : Previous SOng | |
* End : Next Song | |
* Pause : Mute Volume | |
* Page Up : Volume Up | |
* Page Down : Volume Down | |
</appendix> |
NewerOlder