formatting
This commit is contained in:
parent
641227a316
commit
3467301dba
3 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue