Created
May 19, 2016 17:35
-
-
Save dmiedema/d09ba1608025a3b71c524ab600df0321 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ | |
[0] ❯ vi thing | |
[1] + 35001 suspended vim thing | |
~ | |
[1] ❯ jobs | wc -l | |
1 | |
~ | |
[1] ❯ jobs | |
[1] + suspended vim thing | |
~ | |
[1] ❯ cd Downloads | |
~/Downloads | |
[2] ❯ jobs | |
[1] + suspended vim thing | |
~/Downloads | |
[2] ❯ jobs | wc -l | |
2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment