zsh formatting
This commit is contained in:
parent
cde130f275
commit
62af8db1f9
2 changed files with 27 additions and 26 deletions
|
@ -206,6 +206,7 @@ require('lazy').setup({
|
|||
typescript = { { 'prettierd', 'prettier' } },
|
||||
typescriptreact = { { 'prettierd', 'prettier' } },
|
||||
yaml = { 'yamlfix' },
|
||||
zsh = { 'shellharden', 'beautysh' },
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue