aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/fish/config.fish3
-rw-r--r--.config/shell/git-prompts/kj_sh604.zsh2
2 files changed, 4 insertions, 1 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish
index 7a96206..b16bd7e 100644
--- a/.config/fish/config.fish
+++ b/.config/fish/config.fish
@@ -14,6 +14,9 @@ if status is-interactive
alias pu="command yay -Syyu --answerclean yes --rebuildall --noconfirm"
alias yay="echo"
alias neofetch="alsi"
+ alias grep='grep --colour=auto'
+ alias egrep='grep -E'
+ alias fgrep='grep -F'
# youtube-dl aliases
alias yt-mp4="youtube-dl -cif 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best'"
diff --git a/.config/shell/git-prompts/kj_sh604.zsh b/.config/shell/git-prompts/kj_sh604.zsh
index a5b8253..efdf4af 100644
--- a/.config/shell/git-prompts/kj_sh604.zsh
+++ b/.config/shell/git-prompts/kj_sh604.zsh
@@ -18,4 +18,4 @@ ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[blue]%}U"
ZSH_THEME_GIT_PROMPT_STASHED="%{$fg[blue]%}☐"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[green]%}✓"
-PROMPT=$'%F{cyan}%~%f %F{242}$(gitprompt)%f%(12V.%F{242}%12v%f .)%(?.%F{white}.%F{red})%%%f '
+PROMPT=$'%F{cyan}%~%f %F{242}$(gitprompt)%f%(12V.%F{242}%12v%f .)%(?.%F{white}.%F{white})%%%f '