Zellij

Cache location in macos:

~/Library/Caches/org.Zellij-Contributors.Zellij

Bug with session dissapearing after an update

See: zellij#3371


# kill all running process
ps aux | grep -i "[z]ellij --server" | awk {'print $2'} | xargs kill

# Copy the old version to the new version cache:
cp -r ~/Library/Caches/org.Zellij-Contributors.Zellij/{0.41.2/,0.42.1}

# List new sessions
zellij ls