aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorAlec Goncharow <alec@goncharow.dev>2023-05-29 17:44:42 -0500
committerAlec Goncharow <alec@goncharow.dev>2023-05-29 17:44:42 -0500
commit7d7494b11618d23d5568f61124c8c27f64487532 (patch)
tree5a61c047c31b005c1d796083d071a91ef437bdfd /.zshrc
parentc6e51c4d78b68ac17dc7c9285647d1d27209aef2 (diff)
who shaved all these yaks?
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