diff --git a/.config/shell/profile b/.config/shell/profile index 1aca3ae..c4f6a38 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -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=📁:\ diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 34247f4..0add306 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -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.