Skip to content

Commit

Permalink
update zsh
Browse files Browse the repository at this point in the history
Signed-off-by: ivan katliarchuk <[email protected]>
  • Loading branch information
ivankatliarchuk committed Feb 9, 2025
1 parent f946cdb commit fcb85c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tools/vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@
"sync.syncExtensions": true,
"sync.forceUpload": true,
"workbench.iconTheme": "vscode-great-icons",
"workbench.editor.enablePreview": false,
"extensions.ignoreRecommendations": false,
"window.newWindowDimensions": "maximized",
"window.openFilesInNewWindow": "on",
Expand Down
2 changes: 1 addition & 1 deletion zsh/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ printf '\33c\e[3J' # hides last logic command

if [[ -n "$DEBUG" ]];then
set -x
typeset -F SECONDS; setopt prompt_subst; PS4='$SECONDS+%N:%i> '
typeset -F SECONDS; setopt prompt_subst; PS4='$SECONDS+%N:%i> '
fi

if [[ $(uname -m) == 'arm64' ]]; then
Expand Down

0 comments on commit fcb85c6

Please sign in to comment.