(zsh) show if colima is running in the prompt

This commit is contained in:
Bartek Stalewski 2025-09-15 16:34:49 +02:00
parent 593d890ba4
commit a235695483
Signed by: ftpd
SSH key fingerprint: SHA256:vGQiaNJcfUMLt3wF58+Zx15C6SpRDA9spUeggjVY8Yo
4 changed files with 14 additions and 3 deletions

View file

@ -56,6 +56,9 @@ elif [ $(command -v vim) ] ; then
else
export EDITOR=vi
fi
if [ $(command -v codium) ]; then
alias vim="HOME=/Users/f codium"
fi
if [[ $(command -v rg) ]]; then
alias grep='rg -i'