Fix path interpolation
This commit is contained in:
parent
a15979dc79
commit
b0d94f3e34
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
migration_file="~/.local/share/omarchy/migrations/$(git log -1 --format=%cd --date=unix).sh"
|
migration_file="$HOME/.local/share/omarchy/migrations/$(git log -1 --format=%cd --date=unix).sh"
|
||||||
touch $migration_file
|
touch $migration_file
|
||||||
nvim $migration_file
|
nvim $migration_file
|
||||||
echo -e "Run with:\nsource $migration_file"
|
echo -e "Run with:\nsource $migration_file"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user