mirror of
https://github.com/basecamp/omarchy.git
synced 2025-08-02 14:59:23 +00:00
Update migration to ensure walker is refreshed after finder prefix was added. (#425)
* Update migration that looks for prefix with '.' as it matches the other prefixes in the file. Also mod walker prefix to use double quotes for consistency to match the others. * Rename fixed migration to ensure it runs again for all users
This commit is contained in:
@ -213,7 +213,7 @@ concurrency = 8
|
|||||||
show_icon_when_single = true
|
show_icon_when_single = true
|
||||||
preview_images = true
|
preview_images = true
|
||||||
hidden = false
|
hidden = false
|
||||||
prefix = '.'
|
prefix = "."
|
||||||
|
|
||||||
[builtins.runner]
|
[builtins.runner]
|
||||||
eager_loading = true
|
eager_loading = true
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
echo "Update Walker config to include . as the leader key for the finder"
|
echo "Update Walker config to include . as the leader key for the finder"
|
||||||
if ! grep -q 'prefix = "."' ~/.config/walker/config.toml; then
|
if ! grep -q 'prefix = "\."' ~/.config/walker/config.toml; then
|
||||||
omarchy-refresh-walker
|
omarchy-refresh-walker
|
||||||
fi
|
fi
|
Reference in New Issue
Block a user