summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index a0cf765..c50c073 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,9 +1,9 @@
export ZSH="/home/jokler/.oh-my-zsh"
-ZSH_THEME="blinks"
-
export RUSTFLAGS="-C link-arg=-fuse-ld=lld"
export RUST_BACKTRACE=full
+eval "$(starship init zsh)"
+
plugins=(git cargo rust ripgrep wd)
source $ZSH/oh-my-zsh.sh