Clean bash aliases (remove unused)

This commit is contained in:
2025-07-12 18:14:01 +02:00
parent e35cf075bf
commit ee49296d41
2 changed files with 3 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
# shellcheck shell=bash
# vim: set ft=bash :
source "$HOME/.bash_aliases/dualboot"
alias lm='ddcutil setvcp 10'
alias cuda-available='python -c "import torch; print(\"CUDA enabled:\", torch.cuda.is_available());"'