1
0
Fork 0

Fix when sudo is doas
continuous-integration/drone/push Build was killed Details

main
Ambrose Chua 2023-02-21 10:23:10 +08:00
parent c383a0583c
commit a701fa6698
No known key found for this signature in database
GPG Key ID: 36C99AADD44C83D2
2 changed files with 5 additions and 3 deletions

View File

@ -4,6 +4,8 @@
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.colorTheme": "Solarized Dark",
"workbench.startupEditor": "none",
"editor.fontFamily": "'Fira Code', 'Droid Sans Mono', 'monospace', monospace",
"editor.lineHeight": 1.3,
"editor.minimap.showSlider": "always",
"editor.minimap.enabled": false,
"editor.rulers": [
@ -44,7 +46,7 @@
"b",
],
"commands": [
"workbench.action.maximizeEditor",
"workbench.action.toggleSidebarVisibility",
],
},
],
@ -57,4 +59,4 @@
"Image",
"Status",
],
}
}

2
.zshrc
View File

@ -191,7 +191,7 @@ setup_term_integration
# term fixes
if [[ "$TERM" == "xterm-kitty" ]] || [[ "$TERM" == "xterm-iterm" ]]; then
alias sudo="sudo TERM=xterm-256color"
#alias sudo="sudo TERM=xterm-256color"
term_color() {
export TERM=xterm-256color
}