You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
570 B

  1. --- a/src/subshell/common.c
  2. +++ b/src/subshell/common.c
  3. @@ -1128,7 +1128,7 @@ init_subshell_precmd (char *precmd, size
  4. "else "
  5. "[ \"${PWD##$HOME/}\" = \"$PWD\" ] && MC_PWD=\"$PWD\" || MC_PWD=\"~/${PWD##$HOME/}\"; "
  6. "fi; "
  7. - "echo \"$USER@$(hostname -s):$MC_PWD\"; "
  8. + "echo \"$USER@$HOSTNAME:$MC_PWD\"; "
  9. "pwd>&%d; "
  10. "kill -STOP $$; "
  11. "}; " "PRECMD=precmd; " "PS1='$($PRECMD)$ '\n", subshell_pipe[WRITE]);