Last active
February 5, 2023 15:23
-
-
Save binhapp/1c783df72afa3d784e80a42a8e9341d4 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"segments": [ | |
{ | |
"type": "stdout", | |
"command": "uptime" | |
}, | |
"newline", | |
{ | |
"type": "stdout", | |
"command": ["echo", "$USER@`ipconfig getifaddr en0` (`node -v`)"] | |
}, | |
"git", | |
"git_stash", | |
"jobs", | |
"newline", | |
"cwd", | |
"exit_code" | |
], | |
"mode": "flat", | |
"theme": "default", | |
"cwd": { | |
"mode": "plain", | |
"max_depth": 4 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment