Files
dotfiles/scripts/open-in-ghostty.sh
2025-04-17 10:00:00 -04:00

4 lines
38 B
Bash

#!/bin/bash
open -a "Ghostty" "$PWD"