From 3467301dba1de8f59e2e1cbc74264d3df4e1da2a Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 5 Aug 2022 11:56:55 -0500 Subject: [PATCH] formatting --- home/executable_dot_xprofile | 3 ++- lib/alias.sh | 4 ++-- lib/prompt.sh | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/home/executable_dot_xprofile b/home/executable_dot_xprofile index 0c5bb72..7ab1b60 100644 --- a/home/executable_dot_xprofile +++ b/home/executable_dot_xprofile @@ -5,4 +5,5 @@ xinput --map-to-output 'ELAN901C:00 04F3:2C29' eDP-1 xss-lock -- ~/bin/lock & -SKIP_WM_RESET=1; autorandr -c +SKIP_WM_RESET=1 +autorandr -c diff --git a/lib/alias.sh b/lib/alias.sh index 5cd433f..cd33edf 100755 --- a/lib/alias.sh +++ b/lib/alias.sh @@ -43,9 +43,9 @@ alias tmux="tmux -f ~/.config/tmux/tmux.conf" alias rc="rclone --filter-from ~/.config/rclone/filter-file.txt" # prefer nvim if installed if is-executable lvim; then - alias vim=lvim + alias vim=lvim elif is-executable nvim; then - alias vim=nvim + alias vim=nvim fi # gdu defualts is-executable gdu && alias gdu -I '.*node_modules' -H diff --git a/lib/prompt.sh b/lib/prompt.sh index 44f2305..03f622b 100755 --- a/lib/prompt.sh +++ b/lib/prompt.sh @@ -6,7 +6,7 @@ compinit if is-executable sheldon; then eval "$(sheldon -q --config-file ~/.config/sheldon/plugins.toml source)" else - echo "no sheldon = no shell extensions loaded" + echo "no sheldon = no shell extensions loaded" fi is-executable zoxide && eval eval "$(zoxide init zsh --cmd cd)"