aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorAlec Goncharow <algo@cloudflare.com>2023-10-30 10:32:01 -0400
committerAlec Goncharow <alec@goncharow.dev>2024-01-10 14:09:33 -0500
commit212bd9bca2d6b0a31271ef62499291ccb04fe402 (patch)
treef136045dbddfef771e2cebe457fd1c0726ec26d1 /.zshrc
parent36b5ac02b91ffc4d6901c5031b0f73b57e334f70 (diff)
things
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index af9bd26..8455793 100644
--- a/.zshrc
+++ b/.zshrc
@@ -128,7 +128,6 @@ for key ('j') bindkey -M vicmd ${key} history-substring-search-down
unset key
# }}} End configuration added by Zim install
-
alias cat=bat
alias find=fd
alias pls='sudo $(history -p !!)'
@@ -144,4 +143,3 @@ source ~/functions/fzf.sh
if [[ -f "$HOME/.zig/env" ]]; then
source ~/.zig/env
fi
-