Skip to content

Instantly share code, notes, and snippets.

@loucimj
Last active November 17, 2020 18:09
Show Gist options
  • Save loucimj/fce2faafcdcb36b27d85d9e286db8b34 to your computer and use it in GitHub Desktop.
Save loucimj/fce2faafcdcb36b27d85d9e286db8b34 to your computer and use it in GitHub Desktop.
export TERM=xterm-256color
source /Users/jloucim/workspaces/olivierverdier/zsh-git-prompt/zshrc.sh
#PROMPT='%B%m%~%b$(git_super_status) %# '
PROMPT='%~%b$(git_super_status) %# '
#export PS1="\[\e[1;30m\]\W\[\e[m\] \\$ "
alias ll='ls -lG'
export LSCOLORS=gxfxcxdxbxegedabagacad # Dark lscolor scheme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment