Created
August 2, 2022 20:45
-
-
Save sam0x17/fc04874bd874cff866ba1627aa79c032 to your computer and use it in GitHub Desktop.
macos terminal colors / atom one dark colors for macos terminal
This file contains 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
# add to .zshrc: | |
export CLICOLOR=1 | |
alias ls='ls -G' | |
alias ll='ls -lG' | |
export LSCOLORS=ExFxBxDxCxegedabagacad |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment