Skip to content

Commit 0886a01

Browse files
fix gvm and startup
Signed-off-by: ivan katliarchuk <[email protected]>
1 parent d87168d commit 0886a01

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

brew/Brewfile.development

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ brew "asciinema"
8484
# collection of unix tools
8585
# https://joeyh.name/code/moreutils/
8686
brew "moreutils"
87+
# required for pre-commit hook
88+
# https://formulae.brew.sh/formula/markdownlint-cli
89+
brew "markdownlint-cli"
8790
if OS.mac?
8891
# --- Casks
8992
# Manage your Jet Brains tools the easy way

tools/vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,5 +400,5 @@
400400
"gitlens.views.searchAndCompare.files.layout": "tree",
401401
"gitlens.views.repositories.showUpstreamStatus": false,
402402
"workbench.editor.tabActionLocation": "right",
403-
"workbench.editor.showTabs": true
403+
"workbench.editor.showTabs": "multiple"
404404
}

zsh/settings/bootstrap.zsh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ fi
6868
# . /usr/local/opt/asdf/libexec/asdf.sh
6969
# fi
7070

71+
# https://github.com/moovweb/gvm/issues/463
72+
unalias cd
7173
[[ -s "${HOME}/.gvm/scripts/gvm" ]] && source "${HOME}/.gvm/scripts/gvm"
7274

7375
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.

0 commit comments

Comments
 (0)