Fix colours
This commit is contained in:
@@ -71,6 +71,7 @@ export PATH="$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/cmdline-tools/bin:$ANDROID_
|
||||
|
||||
# Get pretty colours for ls
|
||||
#. /usr/share/LS_COLORS/dircolors.sh
|
||||
export GREP_COLORS='ms=01;32:se=39'
|
||||
|
||||
# This is the list for lf icons:
|
||||
export LF_ICONS="di=📁:\
|
||||
|
||||
@@ -34,7 +34,7 @@ function git_current_branch {
|
||||
}
|
||||
|
||||
# %B (%b) for bold | %c shows the top directory
|
||||
PS1='%B%(?:%{$fg[green]%} :%{$fg[red]%} )%{$fg[magenta]%}%c $(git_prompt_info)%b'
|
||||
PS1='%B%(?:%F{green} :%F{red} )%F{magenta}%c $(git_prompt_info)%f%b '
|
||||
RPS1='%{$fg[blue]%}$(git_current_branch)'
|
||||
|
||||
setopt autocd # Automatically cd into typed directory.
|
||||
|
||||
Reference in New Issue
Block a user