about summary refs log tree commit diff stats
path: root/home-manager/config/lf/commands/scripts/dragon_stay
blob: aff9d01d1138b174abbab3cef0e063f8998d59c6 (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

dragon -a "$fx"
# vim: ft=sh