summaryrefslogtreecommitdiff
path: root/zsh/zprofile.openbsdx230
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/zprofile.openbsdx230')
-rw-r--r--zsh/zprofile.openbsdx2304
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh/zprofile.openbsdx230 b/zsh/zprofile.openbsdx230
index 4abb5f1..7fd9c63 100644
--- a/zsh/zprofile.openbsdx230
+++ b/zsh/zprofile.openbsdx230
@@ -8,3 +8,7 @@ export ZPLUGINS="
/usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
"
source /home/timmy/.config/zsh/zprofile.base
+alias \
+ grep="rg -i" \
+ diff="\diff" \
+