Go to the Omarchy directory first

This commit is contained in:
David Heinemeier Hansson
2025-07-21 18:45:31 -04:00
parent ae2e626c0e
commit cdc9f8606e

View File

@ -1,5 +1,6 @@
#!/bin/bash
cd ~/.local/share/omarchy
migration_file="$HOME/.local/share/omarchy/migrations/$(git log -1 --format=%cd --date=unix).sh"
touch $migration_file
nvim $migration_file