From 92c56b0a01df674c1427ceadd87ac97a9d046923 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 2 Mar 2022 12:58:49 -0600 Subject: [PATCH] formatting --- system/alias.sh | 1 - system/env.sh | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/system/alias.sh b/system/alias.sh index b256fcc..caf86f7 100644 --- a/system/alias.sh +++ b/system/alias.sh @@ -58,4 +58,3 @@ fi #zenith alias zenith="zenith -d 0 -n 0" ########################################## - diff --git a/system/env.sh b/system/env.sh index faf1870..582dd0b 100644 --- a/system/env.sh +++ b/system/env.sh @@ -21,7 +21,7 @@ unsetopt autocd # export VIMINIT='source $MYVIMRC' # export MYVIMRC='$DOTFILES_DIR/system/.vimrc' if is-executable lvim; then - export EDITOR=lvim + export EDITOR=lvim elif is-executable nvim; then export EDITOR=nvim else @@ -59,12 +59,12 @@ if is-executable fnm; then fi if is-executable bat; then - export BAT_THEME=Dracula - export BAT_STYLE=header,numbers,grid + export BAT_THEME=Dracula + export BAT_STYLE=header,numbers,grid fi 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 export ENHANCD_DOT_ARG="up"