zsh formatting

This commit is contained in:
Adam 2024-01-09 08:09:02 -05:00
parent cde130f275
commit 62af8db1f9
2 changed files with 27 additions and 26 deletions

View file

@ -206,6 +206,7 @@ require('lazy').setup({
typescript = { { 'prettierd', 'prettier' } },
typescriptreact = { { 'prettierd', 'prettier' } },
yaml = { 'yamlfix' },
zsh = { 'shellharden', 'beautysh' },
},
}

View file

@ -55,7 +55,7 @@ ccat="highlight --out-format=ansi" \
ZSH_CACHE_DIR=$HOME/.cache/oh-my-zsh
if [[ ! -d $ZSH_CACHE_DIR ]]; then
mkdir $ZSH_CACHE_DIR
mkdir "$ZSH_CACHE_DIR"
fi
source $ZSH/oh-my-zsh.sh
source "$ZSH"/oh-my-zsh.sh