From 3fe6429c7e03f5ce60ccae80e02d32c908fa3a61 Mon Sep 17 00:00:00 2001 From: Peter Kingswell Date: Wed, 3 Aug 2022 04:23:28 -0400 Subject: [PATCH] update --- aliases.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aliases.sh b/aliases.sh index b2ceb2ac5..e64bec626 100644 --- a/aliases.sh +++ b/aliases.sh @@ -44,7 +44,7 @@ alias list-aliases=n-aliases # wot about my aliases? alias list-functions=n-functions # wot about my functions? alias list-themes="cat ${HOME}/.zsh_favlist" # oh-my-zsh stuff alias lock="/System/Library/CoreServices/Menu\ Extras/User.menu/Contents/Resources/CGSession -suspend" -source ./alias-ls.sh +source $HOME/.oh-my-zsh/alias-ls.sh alias lz='lazygit' alias maketi="today-time&& make test-integration 2>&1 | tee .\/make-local.log ; docker-stop-all-containers >\/dev\/null &" alias maketil="make-big-break&& make test-integration-local 2>&1 | tee .\/make-local.log ; docker-stop-all-containers >\/dev\/null &"