diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-02-28 17:36:56 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-10-30 09:52:23 +0100 |
commit | 22c4a31a44efa93d02636a77817f6637d273007a (patch) | |
tree | c1e73afe6c49be597bf37c27672e16d8fab1511c /.zshrc | |
parent | e57d8077cca60fc32ead0277f4807d90a96cb715 (diff) |
[zshrc] add starship
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)" |