aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-11-23 21:32:51 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-11-23 21:32:51 +0800
commitfb636ba27271bfbaacdcceac5c5aaae93a840191 (patch)
tree0d8d9a69c94b0580f7992e034ad38d448999c8ab
parentac2337fda402913c95137ce55eb85948ef4cd754 (diff)
parentea6de0401db7504f7ed8374ab047a06029f9d377 (diff)
Merge commit 'ea6de0401db7504f7ed8374ab047a06029f9d377' into dev
-rw-r--r--alias1
-rw-r--r--description1
2 files changed, 2 insertions, 0 deletions
diff --git a/alias b/alias
index cfa1667..c55dab2 100644
--- a/alias
+++ b/alias
@@ -563,4 +563,5 @@ alias ge='graph-easy --boxart'
563alias ffmpeg='ffmpeg -hide_banner' 563alias ffmpeg='ffmpeg -hide_banner'
564alias npm='pnpm' 564alias npm='pnpm'
565fix() { which $1 && grep -Po 'FIXME.*' $(which $1); } 565fix() { which $1 && grep -Po 'FIXME.*' $(which $1); }
566alias monitor.light='ddcutil --permit-unknown-feature setvcp 10'
566# }}} 567# }}}
diff --git a/description b/description
new file mode 100644
index 0000000..1077a27
--- /dev/null
+++ b/description
@@ -0,0 +1 @@
My commonly used scripts and dotfiles. Maybe you'll find something useful here