diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2025-02-07 09:50:47 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2025-02-07 09:50:47 +0800 |
commit | 5d472026f7cd472c37d48de2d12038027b1976e8 (patch) | |
tree | 3d9078733fb708d98bf735369c518b4901c263ed /alias | |
parent | 7400e6821aa3250e8acac57d0e7065d81ab7a26a (diff) |
Update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -604,6 +604,7 @@ 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 | alias cdosm='cd /srv/osm' | ||
607 | # }}} | 608 | # }}} |
608 | 609 | ||
609 | # vim:fdm=marker fdl=0 | 610 | # vim:fdm=marker fdl=0 |