fix new directory mode text
This commit is contained in:
@@ -1367,7 +1367,7 @@ do_rename() {
|
|||||||
|
|
||||||
do_mkdir() {
|
do_mkdir() {
|
||||||
goto "$(term_rows)" 1
|
goto "$(term_rows)" 1
|
||||||
printf '%s%s New dir name (esc=cancel): %s' "${ERASE_LINE}" "${CYAN}${BOLD}" "${RESET}"
|
printf '%s%s Directory name: %s' "${ERASE_LINE}" "${CYAN}${BOLD}" "${RESET}"
|
||||||
if read_line && [ -n "$READ_LINE" ]; then
|
if read_line && [ -n "$READ_LINE" ]; then
|
||||||
mkdir -p "${CWD}/${READ_LINE}"
|
mkdir -p "${CWD}/${READ_LINE}"
|
||||||
load_entries
|
load_entries
|
||||||
|
|||||||
Reference in New Issue
Block a user