chore(lint): linting, tweaks, cleanup

This commit is contained in:
2023-09-25 12:17:14 +03:00
parent 748e5bb561
commit 6f854ddbfd
9 changed files with 44 additions and 48 deletions

4
base/zshrc Normal file → Executable file
View 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)"