aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index c76c0f9..cfc5c67 100644
--- a/.zshrc
+++ b/.zshrc
@@ -128,4 +128,7 @@ for key ('j') bindkey -M vicmd ${key} history-substring-search-down
unset key
# }}} End configuration added by Zim install
-eval "$(starship init zsh)"
+
+alias cat=bat
+alias find=fd
+export PATH=~/.zig/bin:$PATH