Mikaela Suomalainen 2014-05-01 14:55:01 +03:00
parent 050e1fd7ec
commit 652437282d
2 changed files with 8 additions and 0 deletions

4
bashrc
View File

@ -254,6 +254,10 @@ ssh-agent -a /tmp/$USER.agent > /dev/null 2>&1
export beep=
export BEEP=
# OS X ls colours (copied from https://apple.stackexchange.com/questions/33677/how-can-i-configure-mac-terminal-to-have-color-ls-output )
export CLICOLOR=1
export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx
##### Aliases RJ706I #####
# To get sudo work with aliases.

4
zshrc
View File

@ -193,6 +193,10 @@ fi
export beep=
export BEEP=
# OS X ls colours (copied from https://apple.stackexchange.com/questions/33677/
export CLICOLOR=1
export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx
##### Aliases RJ706I #####
# To get sudo work with aliases.