about summary refs log tree commit diff stats
path: root/pkgs/by-name/ll/lm/lm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/ll/lm/lm.sh')
-rwxr-xr-xpkgs/by-name/ll/lm/lm.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/pkgs/by-name/ll/lm/lm.sh b/pkgs/by-name/ll/lm/lm.sh
deleted file mode 100755
index 55be0798..00000000
--- a/pkgs/by-name/ll/lm/lm.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env dash
-
-# shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH
-
-if [ -f "$XDG_RUNTIME_DIR/ll/last_directory" ]; then
-    last_dir="$(cat "$XDG_RUNTIME_DIR/ll/last_directory")"
-    cd "$last_dir" || die "$last_dir does not exist!"
-else
-    msg "No last directory safed (try using ll instead)."
-fi
-# vim: ft=sh