mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
5
migrations/1762352101.sh
Normal file
5
migrations/1762352101.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
echo "Increase Walker limit on how many entries can be shown to 256"
|
||||
|
||||
if ! grep -q "max_results" ~/.config/walker/config.toml; then
|
||||
sed -i "1i max_results = 256 # 256 should be enough for everyone" ~/.config/walker/config.toml
|
||||
fi
|
||||
Reference in New Issue
Block a user