Problem here’s the updated version of the code for being reviewed. Fixes: “private” _cg function functions definition as cg() {} […]
Tag: zsh
Shell agnostic startup flow – env, profile, rc, login
Problem The goal of these files is to have some common behavior between Bash and Zsh when starting them. As […]
Two similar shell functions that run different programs
Problem I have a script that contains two shell functions: runhaskells() { local DIR=$PWD local TARGET=”cabal.sandbox.config” while [[ ! -e […]