add lfrun

This commit is contained in:
Jenny Rakete 2022-02-13 12:52:07 +01:00 committed by GitHub
parent 07dc9a67f2
commit ad456196b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,9 @@
# Use neovim for vim if present.
[ -x "$(command -v nvim)" ] && alias vim="nvim" vi="nvim" vimdiff="nvim -d"
# Use lfrun for lf if present.
[ -x "$(command -v lfrun)" ] && alias lf="lfrun"
# Use $XINITRC variable if file exists.
[ -f "$XINITRC" ] && alias startx="startx $XINITRC"