Pārlūkot izejas kodu

Use nicer paths for run_hist memory and output

(I should probably implement the memory part in bmo somewhere.)
Alois Mahdal 7 gadus atpakaļ
vecāks
revīzija
9c5202d547
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2
    2
      dotfiles/bmo/menu.ini

+ 2
- 2
dotfiles/bmo/menu.ini Parādīt failu

@@ -47,8 +47,8 @@
47 47
 
48 48
 [menu.run_hist]
49 49
 
50
-    generator   = tac .bmo-dmenu.log | awk '!seen[$0]++'
51
-    consumer    = tee -a .bmo-dmenu.log | sed 's/$/ \&/' | sh - >> .bmo-menu-run_hist.log 2>&1
50
+    generator   = tac .local/share/bmo/menu/run_hist.history | awk '!seen[$0]++'
51
+    consumer    = tee -a .local/share/bmo/menu/run_hist.history | sed 's/$/ \&/' | sh - >> .local/share/bmo/menu/run_hist.out 2>&1
52 52
 
53 53
 [menu.browsers]
54 54