Files
omarchy/migrations/1753558374.sh

5 lines
169 B
Bash
Raw Normal View History

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