Skip to content

Instantly share code, notes, and snippets.

@rasbt
Created February 10, 2022 18:37
Show Gist options
  • Save rasbt/05f2c4910e6110386428ec2e56d82270 to your computer and use it in GitHub Desktop.
Save rasbt/05f2c4910e6110386428ec2e56d82270 to your computer and use it in GitHub Desktop.
Minimal zshell config
### EYECANDY ###
autoload -U colors && colors
PS1="%{$fg[red]%}%n%{$reset_color%}@%{$fg[blue]%}%m %{$fg[yellow]%}%~ %{$reset_color%}%% "
export CLICOLOR=1
#export LSCOLORS=ExFxBxDxCxegedabagacad
#alias ls='ls -GFh'
### END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment