From 438fa284f0574ffad823bb6ee052d21545192445 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 25 Jun 2023 19:20:12 -0400 Subject: [PATCH] add inits --- .bashrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.bashrc b/.bashrc index 9f02e80..46a0d3e 100644 --- a/.bashrc +++ b/.bashrc @@ -167,3 +167,8 @@ set -o vi . "$HOME/.cargo/env" export PATH=$PATH:/snap/bin/zig:~/.scripts/utils:~/.scripts/setup + +export STARSHIP_CONFIG=~/.config/starship/starship.toml + +eval "$(zoxide init zsh)" +eval "$(starship init zsh)"