diff options
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)" |