From 8e48f002e8b19341d528590dcc2f8a25f38f538d Mon Sep 17 00:00:00 2001 From: Adam Jeniski Date: Mon, 3 Jul 2023 11:23:38 -0400 Subject: [PATCH] add lazy things for work --- .zshrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zshrc b/.zshrc index 09985e0..0b78c2f 100644 --- a/.zshrc +++ b/.zshrc @@ -50,6 +50,12 @@ alias ht="nvim ~/temp.http" alias gs="git stash" alias gsp="git stash pop" +#lazy work things +alias ss="script/server" +alias ssd="script/server -d" +alias ssp="script/server-proxy" +alias sit="script/integration-playwright-tests" + #todo things alias todooff="TODO_ON_CLEAR=false" alias todoon="TODO_ON_CLEAR=true"