layout rename

This commit is contained in:
m3tam3re 2024-10-02 15:29:27 +02:00
parent aa2f604c1c
commit 08a3217b83

@ -21,6 +21,5 @@ set zellij_running (pgrep -c zellij)
if test -n "$ZELLIJ_SESSION_NAME"
echo -e "You are in a Zellij Session!\nPlease use the session manager to switch sessions.">&2
else
cd $selected; zellij --layout prog attach -c $selected_name options
cd $selected; zellij --layout zellij-ps attach -c $selected_name options
end