mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 19:41:15 -03:00
Add a description to suspend
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
function suspend
|
||||
function suspend -d "Suspend the current shell so long as it is not a login shell."
|
||||
if status --is-login
|
||||
echo cannot suspend login shell >&2
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user