custom starship config
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user