diff options
| author | Coco <84296063+Co3co@users.noreply.github.com> | 2022-03-12 18:47:45 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-12 18:47:45 +0000 |
| commit | 20364cb9ef895694f30801fbd4673ec9b9748228 (patch) | |
| tree | 3daa59b196ac9507398834cc2b986023f0393cc1 /.config | |
| parent | 42987c2d64b549df26de8f724590f01d1bec0ae1 (diff) | |
| download | eibhear-20364cb9ef895694f30801fbd4673ec9b9748228.tar.gz eibhear-20364cb9ef895694f30801fbd4673ec9b9748228.tar.zst eibhear-20364cb9ef895694f30801fbd4673ec9b9748228.zip | |
fixed typo (#1084)
lfup -> lfub on line 13
Diffstat (limited to '.config')
| -rw-r--r-- | .config/lf/lfrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 63ea24f..80e1088 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -10,7 +10,7 @@ # 2. The scope file (~/.config/lf/scope for me), must have a command similar to # mine to generate ueberzug images. # 3. A `set cleaner` line as below is a cleaner script. -# 4. lf should be started through a wrapper script (~/.local/bin/lfup for me) +# 4. lf should be started through a wrapper script (~/.local/bin/lfub for me) # that creates the environment for ueberzug. This command can be be aliased # in your shellrc (`alias lf="lfub") or if set to a binding, should be # called directly instead of normal lf. |
