We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f946cdb commit fcb85c6Copy full SHA for fcb85c6
tools/vscode/settings.json
@@ -151,7 +151,6 @@
151
"sync.syncExtensions": true,
152
"sync.forceUpload": true,
153
"workbench.iconTheme": "vscode-great-icons",
154
- "workbench.editor.enablePreview": false,
155
"extensions.ignoreRecommendations": false,
156
"window.newWindowDimensions": "maximized",
157
"window.openFilesInNewWindow": "on",
zsh/zshrc
@@ -4,7 +4,7 @@ printf '\33c\e[3J' # hides last logic command
4
5
if [[ -n "$DEBUG" ]];then
6
set -x
7
-typeset -F SECONDS; setopt prompt_subst; PS4='$SECONDS+%N:%i> '
+ typeset -F SECONDS; setopt prompt_subst; PS4='$SECONDS+%N:%i> '
8
fi
9
10
if [[ $(uname -m) == 'arm64' ]]; then
0 commit comments