diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2025-01-17 09:47:02 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2025-01-17 09:47:02 +0800 |
commit | 866abaed8ed8adc95e857625f8d61516cfc8d69d (patch) | |
tree | 6f726fe143f1e85035c056df716efa1de688fc52 /alias | |
parent | ce5ff8bf5e2acce9623d8db5ec5ae3571364ead5 (diff) |
Update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -601,7 +601,7 @@ alias clocg='cloc --vcs=git' | |||
601 | trash() { mv $@ ~/.local/share/Trash; } | 601 | trash() { mv $@ ~/.local/share/Trash; } |
602 | alias ge='graph-easy --boxart' | 602 | alias ge='graph-easy --boxart' |
603 | alias ffmpeg='ffmpeg -hide_banner' | 603 | alias ffmpeg='ffmpeg -hide_banner' |
604 | #alias npm='pnpm' | 604 | alias npm='pnpm' |
605 | fix() { which $1 && grep -Po 'FIXME.*' $(which $1); } | 605 | fix() { which $1 && grep -Po 'FIXME.*' $(which $1); } |
606 | alias monitor.light='ddcutil --permit-unknown-feature setvcp 10' | 606 | alias monitor.light='ddcutil --permit-unknown-feature setvcp 10' |
607 | # }}} | 607 | # }}} |