We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75458f9 + 45aa8fe commit 88297b4Copy full SHA for 88297b4
save_command_strategies/ps.sh
@@ -11,7 +11,7 @@ exit_safely_if_empty_ppid() {
11
}
12
13
full_command() {
14
- ps -ao "ppid command" |
+ ps -ao "ppid,args" |
15
sed "s/^ *//" |
16
grep "^${PANE_PID}" |
17
cut -d' ' -f2-
0 commit comments