From d97ecbed846c692791a3a6a18fc7a861f60f62c8 Mon Sep 17 00:00:00 2001 From: holly sparkles Date: Wed, 24 Apr 2024 21:25:44 +0200 Subject: [PATCH] add commands for launching the "ide" in zellij desktop and api mode --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 0945545..0025537 100644 --- a/.zshrc +++ b/.zshrc @@ -61,6 +61,9 @@ alias dash="dashboard" gi() { curl -sL https://www.gitignore.io/api/$@ ;} licenses() { curl -sL https://licenses.holly.sh/$@ ;} +alias api="$SCRIPTS/zellij-launcher.zsh . api-develop" +alias desktop="$SCRIPTS/zellij-launcher.zsh . desktop-develop" + # Funs alias cowspeak="cowspeak -nc" alias cowsay="cowspeak" -- libgit2 1.7.2