diff --git a/code/.config/Code/User/settings.json b/code/.config/Code/User/settings.json index 7ed852d..93ebb8f 100644 --- a/code/.config/Code/User/settings.json +++ b/code/.config/Code/User/settings.json @@ -12,7 +12,6 @@ "breadcrumbs.enabled": false, "editor.renderWhitespace": "none", "window.menuBarVisibility": "toggle", - "workbench.activityBar.visible": false, "editor.fontFamily": "Fira Code, 'Droid Sans Mono', 'monospace', monospace", "window.zoomLevel": -1, "jupyter.askForKernelRestart": false, @@ -91,4 +90,5 @@ "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, + "workbench.activityBar.location": "hidden", } \ No newline at end of file diff --git a/oh-my-zsh/.oh-my-zsh/aliases.sh b/oh-my-zsh/.oh-my-zsh/aliases.sh index e27b5d1..a9c6e04 100644 --- a/oh-my-zsh/.oh-my-zsh/aliases.sh +++ b/oh-my-zsh/.oh-my-zsh/aliases.sh @@ -36,3 +36,5 @@ cd_gitroot() { alias cr="cd_gitroot" alias dev="cd $HOME/Projects/almtech/ingenuity/" + +alias dc="docker-compose"