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 &
|
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"
|
alias rc="rclone --filter-from ~/.config/rclone/filter-file.txt"
|
||||||
# prefer nvim if installed
|
# prefer nvim if installed
|
||||||
if is-executable lvim; then
|
if is-executable lvim; then
|
||||||
alias vim=lvim
|
alias vim=lvim
|
||||||
elif is-executable nvim; then
|
elif is-executable nvim; then
|
||||||
alias vim=nvim
|
alias vim=nvim
|
||||||
fi
|
fi
|
||||||
# gdu defualts
|
# gdu defualts
|
||||||
is-executable gdu && alias gdu -I '.*node_modules' -H
|
is-executable gdu && alias gdu -I '.*node_modules' -H
|
||||||
|
|
|
@ -6,7 +6,7 @@ compinit
|
||||||
if is-executable sheldon; then
|
if is-executable sheldon; then
|
||||||
eval "$(sheldon -q --config-file ~/.config/sheldon/plugins.toml source)"
|
eval "$(sheldon -q --config-file ~/.config/sheldon/plugins.toml source)"
|
||||||
else
|
else
|
||||||
echo "no sheldon = no shell extensions loaded"
|
echo "no sheldon = no shell extensions loaded"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
is-executable zoxide && eval eval "$(zoxide init zsh --cmd cd)"
|
is-executable zoxide && eval eval "$(zoxide init zsh --cmd cd)"
|
||||||
|
|
Loading…
Reference in a new issue