Skip to content
This repository was archived by the owner on Jun 16, 2024. It is now read-only.

Commit 0521af9

Browse files
Merge branch 'main' into specialisations
2 parents 230853f + 84a61ca commit 0521af9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

home/programs/terminal/fish/functions.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
function pmem -d "display virtual memory information about a process"
103103
for pid in (echo $argv | sed "s| |\n|g")
104104
echo $pid
105-
grep -E "Vm(RSS|Swap)" /proc/$pid/status | sed "s| ||g; s|kB||g" | hsize -fk r "\d+"
105+
grep -E "Vm(RSS|Swap)" /proc/$pid/status | sed "s| ||g; s|kB||g" | hsize -fk r -r"\d+"
106106
end
107107
end
108108

0 commit comments

Comments
 (0)