Skip to content

Instantly share code, notes, and snippets.

@roman-smirnov
Last active April 20, 2020 00:14
Show Gist options
  • Save roman-smirnov/0345698866d2b680f837936584f78e64 to your computer and use it in GitHub Desktop.
Save roman-smirnov/0345698866d2b680f837936584f78e64 to your computer and use it in GitHub Desktop.
Adding colors and syntax highlighting to ZSH
# brew cask install anaconda
export PATH="/usr/local/anaconda3/bin:$PATH"
# chrome terminal command
alias chrome="/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome"
# terminal colors
PS1="%{%F{red}%}%n%{%f%}@%{%F{blue}%}%m %{%F{yellow}%}%~ %{%f%}%% "
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad
alias ls='ls -GFh'
# brew install zsh-syntax-highlighting
source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
@roman-smirnov
Copy link
Author

Screen Shot 2020-01-23 at 5 36 59

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment