summaryrefslogtreecommitdiff
path: root/zsh/zprofile.openbsdx230
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2021-10-14 13:41:31 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2021-10-14 13:41:31 -0500
commit62a28fa769a21829b9c2b6c6b1ff5312043c2c4b (patch)
tree4bcb8409cbcb1a1028aeab95cd64e60ceceb9b0c /zsh/zprofile.openbsdx230
parent2f269974da53bebfdef097b07302057bcd04127d (diff)
downloaddotconfig-62a28fa769a21829b9c2b6c6b1ff5312043c2c4b.tar.xz
dotconfig-62a28fa769a21829b9c2b6c6b1ff5312043c2c4b.zip
aliasrc changes
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" \
+