mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-25 02:10:57 +01:00
9 lines
156 B
Text
9 lines
156 B
Text
options.min_memory_mb=100
|
|
|
|
bindkey('0', 'go-leftmost')
|
|
|
|
def median(values):
|
|
L = sorted(values)
|
|
return L[len(L)//2]
|
|
|
|
vd.aggregator('median', median)
|