formatting
This commit is contained in:
parent
943d2da0cc
commit
92c56b0a01
2 changed files with 4 additions and 5 deletions
|
@ -58,4 +58,3 @@ fi
|
||||||
#zenith
|
#zenith
|
||||||
alias zenith="zenith -d 0 -n 0"
|
alias zenith="zenith -d 0 -n 0"
|
||||||
##########################################
|
##########################################
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ unsetopt autocd
|
||||||
# export VIMINIT='source $MYVIMRC'
|
# export VIMINIT='source $MYVIMRC'
|
||||||
# export MYVIMRC='$DOTFILES_DIR/system/.vimrc'
|
# export MYVIMRC='$DOTFILES_DIR/system/.vimrc'
|
||||||
if is-executable lvim; then
|
if is-executable lvim; then
|
||||||
export EDITOR=lvim
|
export EDITOR=lvim
|
||||||
elif is-executable nvim; then
|
elif is-executable nvim; then
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
else
|
else
|
||||||
|
@ -59,12 +59,12 @@ if is-executable fnm; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if is-executable bat; then
|
if is-executable bat; then
|
||||||
export BAT_THEME=Dracula
|
export BAT_THEME=Dracula
|
||||||
export BAT_STYLE=header,numbers,grid
|
export BAT_STYLE=header,numbers,grid
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if is-executable zoxide; then
|
if is-executable zoxide; then
|
||||||
export _ZO_FZF_OPTS="--preview 'command lsd --tree --color always --icon always {2..}'"
|
export _ZO_FZF_OPTS="--preview 'command lsd --tree --color always --icon always {2..}'"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export ENHANCD_DOT_ARG="up"
|
export ENHANCD_DOT_ARG="up"
|
||||||
|
|
Loading…
Reference in a new issue