diff options
| author | Blista Kanjo | 2023-08-03 17:17:31 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-08-03 17:17:31 -0400 |
| commit | c022665c7f98f2ed4fc1df083fa47e82311f77e0 (patch) | |
| tree | 0b25b2c357a20cbc8dafd3aa8a437f60aa13d28b | |
| parent | 765065cd7171beee8248cf1f3796d8254548bcf1 (diff) | |
refactor: align `config.fish` and `.zshrc`
| -rw-r--r-- | .config/fish/config.fish | 3 | ||||
| -rw-r--r-- | .config/shell/git-prompts/kj_sh604.zsh | 2 |
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 ' |
