Created
February 10, 2022 18:37
-
-
Save rasbt/05f2c4910e6110386428ec2e56d82270 to your computer and use it in GitHub Desktop.
Minimal zshell config
This file contains hidden or 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
### 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