Remove unused configs for zellij

This commit is contained in:
2025-04-16 15:00:16 -05:00
parent bb86ce0a8a
commit 852ebd4cb2
2 changed files with 0 additions and 318 deletions

View File

@@ -17,16 +17,4 @@ if (( $+commands[zellij] )); then
fi
}
fi
ide() {
local layout="${ZELLIJ_LAYOUT:-${HOME}/.config/zellij/layouts/project.kdl}"
local name="${PROJECT_NAME:-/}"
if (( ${+ZELLIJ} )); then
# FIXME: https://github.com/zellij-org/zellij/issues/2299
zellij action new-tab --layout "${layout}" --cwd "${PWD}" --name "${name}"
else
zellij --layout "${layout}" --session "${name}"
fi
}
fi