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
| <scheme name="Dark minimal" version="142" parent_scheme="Darcula"> | |
| <metaInfo> | |
| <property name="ide">AndroidStudio</property> | |
| <property name="ideVersion">2025.2.2.7</property> | |
| <property name="originalScheme">Dark minimal</property> | |
| </metaInfo> | |
| <colors> | |
| <option name="ADDED_LINES_COLOR" value="549159" /> | |
| <option name="ANNOTATIONS_COLOR" value="8D9199" /> | |
| <option name="ANNOTATIONS_LAST_COMMIT_COLOR" value="CED0D6" /> |
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
| # aliases | |
| Set-Alias lvim C:\Users\chase\.local\bin\lvim.ps1 | |
| Set-Alias neofetch C:\Users\chase\.local\bin\winfetch.ps1 | |
| # PSReadline options | |
| # Set-PSReadLineOption -EditMode Vi | |
| Set-PSReadLineOption -HistorySaveStyle SaveNothing | |
| # Replace \ with / in tab autocompletion | |
| Set-PSReadLineKeyHandler -Chord Tab -ScriptBlock { |