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
| ## Writing Guidelines | |
| ### Core Principles (Zinsser Method) | |
| **Brevity is power.** Strip every sentence to its cleanest components. Remove every word that serves no function. Replace phrases with words. Choose simple words over complex ones. | |
| ### Clutter Elimination | |
| - Cut qualifiers: "very", "quite", "rather", "somewhat", "pretty much" | |
| - Remove redundant pairs: "each and every", "first and foremost", "various and sundry" | |
| - Eliminate throat-clearing: "It is important to note that", "The fact that" | |
| - Avoid inflated phrases: Use "now" not "at this point in time" |
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
| # partial history search with arrow keys | |
| bindkey "^[[A" history-beginning-search-backward | |
| bindkey "^[[B" history-beginning-search-forward |
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
| { | |
| "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
| "blocks": [ | |
| { | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "type": "text", | |
| "template": "\n", | |
| "newline": true |