Files
omarchy/migrations/1753910761.sh
2025-07-30 23:27:21 +02:00

5 lines
165 B
Bash

echo "Update Walker config to include . as the leader key for the finder"
if ! grep -q 'prefix = "."' ~/.config/walker/config.toml; then
omarchy-refresh-walker
fi