mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 22:21:15 -03:00
show 'fg' usage for suspend if not forcing
This commit is contained in:
@@ -2,8 +2,7 @@ function suspend -d "Suspend the current shell."
|
||||
if begin contains -- $argv --force
|
||||
or not status --is-interactive and not status --is-login
|
||||
end
|
||||
echo "Suspending" %self
|
||||
echo -n (set_color --bold)" fg"(set_color normal) to resume
|
||||
echo "Suspending" %self \n(set_color --bold)" fg"(set_color normal) to resume
|
||||
if contains -- $argv --force
|
||||
echo " (or"(set_color --bold) "kill -CONT" %self (set_color normal)"from another terminal)"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user