summaryrefslogtreecommitdiffstats
path: root/dist/etc/linuxrc
diff options
context:
space:
mode:
Diffstat (limited to 'dist/etc/linuxrc')
-rw-r--r--dist/etc/linuxrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/dist/etc/linuxrc b/dist/etc/linuxrc
new file mode 100644
index 0000000..4a90d3a
--- /dev/null
+++ b/dist/etc/linuxrc
@@ -0,0 +1,7 @@
+#!/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'