aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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