this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'main' of github.com:ian-h-chamberlain/dotfiles

+6 -2
+1 -1
.config/fish/functions/fish_prompt.fish
··· 1 - function iterm2_fish_prompt --description 'Write out the prompt' 1 + function fish_prompt --description 'Write out the prompt' 2 2 set -l last_status $status 3 3 4 4 if test $last_status -eq 0
+1
.cspell/default.txt
··· 40 40 executables 41 41 fnmatch 42 42 FQDN 43 + framebuf 43 44 fstring 44 45 globbing 45 46 gltf
+4 -1
Library/Application Support/Code/User/settings.json
··· 150 150 "--background-index" 151 151 ], 152 152 "clangd.checkUpdates": true, 153 - "clangd.path": "/Users/ichamberlain/Library/Application Support/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/15.0.1/clangd_15.0.1/bin/clangd", 153 + "clangd.path": "/Users/ianchamberlain/Library/Application Support/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/15.0.1/clangd_15.0.1/bin/clangd", 154 154 "clangd.onConfigChanged": "restart", 155 155 156 156 "cmake.cmakePath": "/usr/local/bin/cmake", 157 157 "cmake.configureOnOpen": false, 158 158 "cmake.configureOnEdit": false, 159 159 "cmake.skipConfigureIfCachePresent": true, 160 + 161 + "color-highlight.matchRgbWithNoFunction": true, 162 + "color-highlight.markerType": "dot-before", 160 163 161 164 "comments.openView": "never", 162 165