diff options
-rw-r--r-- | alias | 1 | ||||
-rw-r--r-- | description | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -563,4 +563,5 @@ alias ge='graph-easy --boxart' | |||
563 | alias ffmpeg='ffmpeg -hide_banner' | 563 | alias ffmpeg='ffmpeg -hide_banner' |
564 | alias npm='pnpm' | 564 | alias npm='pnpm' |
565 | fix() { which $1 && grep -Po 'FIXME.*' $(which $1); } | 565 | fix() { which $1 && grep -Po 'FIXME.*' $(which $1); } |
566 | alias 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 | |||