mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-12 08:48:19 +00:00
chore(lint): linting, tweaks, cleanup
This commit is contained in:
4
base/zshrc
Normal file → Executable file
4
base/zshrc
Normal file → Executable file
@@ -42,8 +42,7 @@ x-dc "$ZSH_CUSTOM_COMPLETION_PATH"
|
||||
FPATH="$ZSH_CUSTOM_COMPLETION_PATH:$FPATH"
|
||||
autoload -Uz compinit
|
||||
|
||||
if type brew &>/dev/null
|
||||
then
|
||||
if type brew &> /dev/null; then
|
||||
FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}"
|
||||
fi
|
||||
|
||||
@@ -70,4 +69,3 @@ have antigen && {
|
||||
|
||||
# Start starship
|
||||
eval "$(starship init zsh)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user