From ee399547b6179c5a313c6cbe4a28b8d16d74f141 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 5 Jan 2021 17:23:51 +0000 Subject: [PATCH] Alias VSCode Exploration while waiting for ARM stable release --- bash/.bash_aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/.bash_aliases b/bash/.bash_aliases index 64aa1eb..e1a4f1b 100644 --- a/bash/.bash_aliases +++ b/bash/.bash_aliases @@ -1,6 +1,7 @@ # OSX aliases if [ $(uname) == "Darwin" ]; then alias ls="ls -FG" + alias code="code-exploration" else alias ls="ls -F --color=auto" fi