๐Ÿ”ง Where my dotfiles lives in harmony and peace, most of the time

๐Ÿ”ง Run pi task detached in Zed

+1 -1
+1 -1
zed/tasks.json
··· 1 1 [ 2 2 { 3 3 "label": "pi", 4 - "command": "alacritty -e pi", 4 + "command": "setsid -f alacritty -e pi >/dev/null 2>&1", 5 5 "cwd": "$ZED_WORKTREE_ROOT", 6 6 "reveal": "never", 7 7 "hide": "always",