summaryrefslogtreecommitdiffstats
path: root/dist/etc
diff options
context:
space:
mode:
Diffstat (limited to 'dist/etc')
-rw-r--r--dist/etc/dwvshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/etc/dwvshrc b/dist/etc/dwvshrc
index 30db65a..0db4ceb 100644
--- a/dist/etc/dwvshrc
+++ b/dist/etc/dwvshrc
@@ -1,5 +1,8 @@
#!/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'