about summary refs log tree commit diff stats
path: root/home-manager/config/lf/cmds/mk_ln
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/config/lf/cmds/mk_ln')
-rwxr-xr-xhome-manager/config/lf/cmds/mk_ln2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/config/lf/cmds/mk_ln b/home-manager/config/lf/cmds/mk_ln
index 6b9e9761..2c88c83c 100755
--- a/home-manager/config/lf/cmds/mk_ln
+++ b/home-manager/config/lf/cmds/mk_ln
@@ -26,7 +26,7 @@ case "$mode" in
 
             while [ -e "$ans" ];do
                 prompt "$ans already exists, new name for link: "
-                read -r ans < /dev/tty
+                read -r ans
             done
 
             ln -s "$file" "$(pwd)/$ans"