From 82604ed53bf9a1b93f3e3e261af3ad16f57c6fc9 Mon Sep 17 00:00:00 2001 From: Elias Almqvist Date: Tue, 6 Feb 2024 13:46:21 +0100 Subject: [PATCH] Stuff --- code/.config/Code/User/settings.json | 2 +- oh-my-zsh/.oh-my-zsh/aliases.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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"