Export PROJECT_NAME

This commit is contained in:
2023-04-17 13:16:31 -05:00
parent 2f660be4b3
commit 113f4e70ad
2 changed files with 2 additions and 2 deletions

View File

@@ -20,8 +20,7 @@ if (( $+commands[zellij] )); then
ide() {
local layout="${ZELLIJ_LAYOUT:-${HOME}/.config/zellij/layouts/project.kdl}"
local name="${PWD##*/}"
local name="${name:-/}"
local name="${PROJECT_NAME:-/}"
if (( ${+ZELLIJ} )); then
# FIXME: https://github.com/zellij-org/zellij/issues/2299