mirror of
https://github.com/lowne/fish-prompt-metro.git
synced 2024-10-27 20:34:12 +00:00
4 lines
111 B
Fish
4 lines
111 B
Fish
|
function last_job_id
|
||
|
jobs $argv | command awk '/^[0-9]+\t/ { print status = $1 } END { exit !status }'
|
||
|
end
|