mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
bashrc & zshrc: ls colours
Via https://apple.stackexchange.com/questions/33677/how-can-i-configure-mac-terminal-to-have-color-ls-output
This commit is contained in:
parent
050e1fd7ec
commit
652437282d
4
bashrc
4
bashrc
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user