envrc-rs icon indicating copy to clipboard operation
envrc-rs copied to clipboard

Auto source bash .envrc of your workspace

Results 1 envrc-rs issues
Sort by recently updated
recently updated
newest added

Important diff to support zsh: ```diff -if [ "$(jobs)" == "" ] +if [[ "$(jobs)" = "" ]] - ENVRC_LOAD="{rc_found}" ENVRC_PPID=$$ $BASH + ENVRC_LOAD="{rc_found}" ENVRC_PPID=$$ $SHELL ``` Other diff: -...