#!/usr/bin/env dwvsh

# Alias the grep command
alias grep='grep --color=always'

# Alias the which command
alias which='alias | /usr/bin/which --tty-only --read-alias --show-tilde --show-dot'