From 22c4a31a44efa93d02636a77817f6637d273007a Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Tue, 28 Feb 2023 17:36:56 +0100 Subject: [zshrc] add starship --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.zshrc') 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)" -- cgit v1.2.3