14 lines
306 B
Plaintext
14 lines
306 B
Plaintext
$ echo $EDITOR
|
|
vim
|
|
$ git checkout main
|
|
Switched to branch 'main'
|
|
Your branch is up-to-date with 'origin/main'.
|
|
$ git push
|
|
Everything up-to-date
|
|
$ echo 'All
|
|
> done!'
|
|
All
|
|
done!
|
|
|
|
# From https://github.com/highlightjs/highlight.js/blob/fcefad4a6bf99b88c54b2b724ca77466e94c374d/test/detect/shell/default.txt#L4
|