Skip to content

Instantly share code, notes, and snippets.

@sam0x17
Created August 2, 2022 20:45
Show Gist options
  • Save sam0x17/fc04874bd874cff866ba1627aa79c032 to your computer and use it in GitHub Desktop.
Save sam0x17/fc04874bd874cff866ba1627aa79c032 to your computer and use it in GitHub Desktop.
macos terminal colors / atom one dark colors for macos terminal
# 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