custom starship config

This commit is contained in:
2022-11-14 10:08:59 -05:00
parent fb31b7b917
commit d4d0a1e870
4 changed files with 207 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ export EDITOR=nvim
export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:/opt/local/bin:$PATH
ulimit -n 65536 200000
ulimit -f unlimited
# eksctl
fpath=($fpath ~/.zsh/completion)
@@ -39,4 +40,7 @@ for conf in "$HOME/.config/zsh/config.d/"*.zsh; do
source "${conf}"
done
unset conf
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
export STARSHIP_CONFIG=~/.config/zsh/starship.toml
eval "$(starship init zsh)"