File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -773,6 +773,10 @@ PS1="\n\[$COLOR_YELLOW\]\u\[\$(error_test)\]@\[$COLOR_GREEN\]\w\$(${dvcs_functio
773773function ding() {
774774 afplay /System/Library/Sounds/Glass.aiff
775775}
776+ function blorf() {
777+ afplay /System/Library/Sounds/Basso.aiff
778+ }
779+ alias blorb=blorf
776780
777781# Python development, requires pyenv from homebrew
778782# Needs to go before GR stuff
@@ -800,7 +804,6 @@ function gr_locked_gpg() {
800804 fi
801805}
802806
803-
804807if [ -d " $GR_HOME " ]; then
805808 for file in ${GR_HOME} /engineering/bash/* .sh; do
806809 source " $file "
Original file line number Diff line number Diff line change 22# Setup
33# =============================================================================
44
5+ puts "#{ '✨ Initializing' . green } #{ 'pry ✨' . cyan } "
6+
57# Disabe paging in pry, to avoid having to keep hitting j/space on big output
68# on small screens
79# On second thought I want this on because printing a huge object is not
Original file line number Diff line number Diff line change 7070 },
7171 /**
7272 * ----------------------------------------------------------------------------
73+ * Unbind bad shortcuts
74+ * ----------------------------------------------------------------------------
75+ */
76+ {
77+ "key" : " command+shift+c" ,
78+ "command" : " -editor.action.insertCursorBelow"
79+ },
80+ /**
81+ * ----------------------------------------------------------------------------
7382 * Vim Helpers
7483 * ----------------------------------------------------------------------------
7584 */
156165 "key" : " cmd-k l" ,
157166 "command" : " latex-workshop.tab" ,
158167 "when" : " editorTextFocus"
168+ },
169+ {
170+ "key" : " shift+cmd+c" ,
171+ "command" : " -workbench.action.terminal.openNativeConsole" ,
172+ "when" : " !terminalFocus"
173+ },
174+ {
175+ "key" : " shift+cmd+c" ,
176+ "command" : " -workbench.action.terminal.openNativeConsole" ,
177+ "when" : " !terminalFocus"
178+ },
179+ {
180+ "key" : " shift+cmd+c" ,
181+ "command" : " -workbench.action.terminal.openNativeConsole" ,
182+ "when" : " !terminalFocus"
159183 }
160184]
Original file line number Diff line number Diff line change 9898 " workbench.action.openWorkspaceSettings" ,
9999 " settings.switchToJSON"
100100 ]
101- }
101+ },
102+ "workbench.activityBar.visible" : true
102103}
You can’t perform that action at this time.
0 commit comments