about summary refs log tree commit diff stats
path: root/home-manager/config/lf/commands/scripts/help
blob: 4ec0664860097119b18a04cb14f69b48e86a0af1 (plain) (blame)
1
2
3
4
5
6
7
8
#! /usr/bin/env dash
# shellcheck disable=SC2086
# shellcheck source=/dev/null
# . ~/.local/lib/shell/lib
. %SHELL_LIBRARY_PATH

cat ~/.config/lf/lfrc | less # TODO make this better
# vim: ft=sh