mirror of
https://github.com/SinTan1729/random.git
synced 2024-12-26 21:18:36 -06:00
8 lines
253 B
Bash
8 lines
253 B
Bash
|
# This was to fix an issue I was having where my terminal fonts were all over the place and tlp was autosuspending usb ports at startup.
|
||
|
# Anyone else probably won't need it.
|
||
|
|
||
|
#! /bin/sh
|
||
|
|
||
|
source ~/.profile
|
||
|
sudo ~/.local/bin/personal/usb-autosuspend-fix
|