Last active
October 14, 2024 06:58
-
-
Save internalG/077e0ca9cec9746eaedd67d1c50ff6e8 to your computer and use it in GitHub Desktop.
Colorful zsh prompt
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
| autoload -U colors && colors | |
| zle_highlight=( default:fg=green ) | |
| #export PS1="%{$bg[black]%}%{$fg[gray]%}%n@%m:%~ %# %{$reset_color%}" | |
| export PS1="%{$bg[black]%}%F{245}%n@%m:%1~ %# %{$reset_color%}" | |
| alias ls='ls -G' | |
| alias ll='ls -lG' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment