diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2025-02-14 15:53:46 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2025-02-14 15:53:46 +0800 |
commit | d60983caa2417280bc369917b7b313bfa9fa81a6 (patch) | |
tree | 5d2bc7e1e8d47f317a8f2832653f0adaaa571e82 | |
parent | 7b92a7673921d3a46443249347dff90f4f717da8 (diff) |
Update
-rw-r--r-- | alias | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -606,6 +606,9 @@ 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 | alias cdosm='cd /srv/osm' |
608 | alias y='yazi' | 608 | alias y='yazi' |
609 | acme.issue() { | ||
610 | acme.sh --issue -d $1 -w $2 | ||
611 | } | ||
609 | # }}} | 612 | # }}} |
610 | 613 | ||
611 | # vim:fdm=marker fdl=0 | 614 | # vim:fdm=marker fdl=0 |