diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-11-24 01:54:06 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-11-24 01:54:06 +0530 |
commit | ca7405311f78429a0ab8810fb06420713812caa3 (patch) | |
tree | 93946c1dfe75f7c4012e227859a2b72db9c424ce /plugins/nmount | |
parent | 9b37c9edb1c98cc1e213c16d678da38782a257c4 (diff) | |
download | nnn-ca7405311f78429a0ab8810fb06420713812caa3.tar.gz |
Force undetachable edits in EDITOR
Diffstat (limited to 'plugins/nmount')
-rwxr-xr-x | plugins/nmount | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/nmount b/plugins/nmount index 3f638bf..566119e 100755 --- a/plugins/nmount +++ b/plugins/nmount @@ -20,7 +20,7 @@ prompt="device name ['l' lists]: " lsblk -printf "\nMake sure you aren't still in the mounted device." +printf "\nEnsure you aren't still in the mounted device.\n" printf "%s" "$prompt" read -r dev |