From 39711cf6c2ec5a3b4480dcb4800cc3802bda5bf2 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Fri, 20 Mar 2026 19:16:32 +0100 Subject: feat: first fully successful run e2e on straper --- straper/db/public/environment/zsh/zshenv | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 straper/db/public/environment/zsh/zshenv (limited to 'straper/db/public/environment/zsh/zshenv') diff --git a/straper/db/public/environment/zsh/zshenv b/straper/db/public/environment/zsh/zshenv new file mode 100644 index 0000000..e2613c3 --- /dev/null +++ b/straper/db/public/environment/zsh/zshenv @@ -0,0 +1,18 @@ +# /etc/zsh/zshenv: system-wide .zshenv file for zsh(1). +# +# This file is sourced on all invocations of the shell. +# If the -f flag is present or if the NO_RCS option is +# set within this file, all other initialization files +# are skipped. +# +# This file should contain commands to set the command +# search path, plus other important environment variables. +# This file should not contain commands that produce +# output or assume the shell is attached to a tty. +# +# Global Order: zshenv, zprofile, zshrc, zlogin + +if [[ -z "$PATH" || "$PATH" == "/bin:/usr/bin" ]] +then + export PATH="/usr/local/bin:/usr/bin:/bin:/usr/games" +fi -- cgit v1.3