Skip to content

Instantly share code, notes, and snippets.

@internalG
Last active October 14, 2024 06:58
Show Gist options
  • Select an option

  • Save internalG/077e0ca9cec9746eaedd67d1c50ff6e8 to your computer and use it in GitHub Desktop.

Select an option

Save internalG/077e0ca9cec9746eaedd67d1c50ff6e8 to your computer and use it in GitHub Desktop.
Colorful zsh prompt
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