summaryrefslogtreecommitdiff
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 01e4263..180fecd 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,7 +1,5 @@
export ZSH="$HOME/.config/zsh/ohmyzsh"
-ZSH_THEME="random"
-
CASE_SENSITIVE="true"
HYPHEN_INSENSITIVE="true"
@@ -24,3 +22,5 @@ export NNN_PLUG='n:nuke;p:addtoplaylist'
export GRIM_DEFAULT_DIR=~/Images/Screenshots
export PATH=$PATH:~/bin
+
+eval "$(starship init zsh)"