diff --git a/.zshrc b/.zshrc index 4c1159c..e8aa581 100644 --- a/.zshrc +++ b/.zshrc @@ -1,14 +1,14 @@ export DOTFILES="$HOME/.dotfiles" -export EDITOR='subl -w' +export EDITOR='code -w' path=( - '/usr/local/opt/coreutils/libexec/gnubin' + /usr/local/opt/coreutils/libexec/gnubin $path ) manpath=( - '/usr/local/opt/coreutils/libexec/gnuman' + /usr/local/opt/coreutils/libexec/gnuman $manpath ) diff --git a/vscode/settings.json.symlink b/vscode/settings.json.symlink index 3ef2d48..1ba81d9 100644 --- a/vscode/settings.json.symlink +++ b/vscode/settings.json.symlink @@ -17,6 +17,7 @@ "prettier.printWidth": 100, "workbench.panel.location": "bottom", "cSpell.enabled": false, + "explorer.confirmDragAndDrop": false, "editor.fontFamily": "Hack", "editor.fontLigatures": true }