From 786dc59d0e6937aa76f5cecc16dec49261c8a625 Mon Sep 17 00:00:00 2001 From: Spacedio Date: Fri, 17 Apr 2026 22:45:53 -0400 Subject: Optimization of the dGPU with a script to specifically turn it off. --- bashrc/.bashrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bashrc/.bashrc') diff --git a/bashrc/.bashrc b/bashrc/.bashrc index 0959a04..12ab075 100644 --- a/bashrc/.bashrc +++ b/bashrc/.bashrc @@ -14,10 +14,13 @@ alias poweroff='sudo poweroff' alias reboot='sudo reboot' alias ssh-kleingelt='ssh spacedio@thernusen.net' alias ssh-git='ssh git.thernusen.net -p 23231' +alias ssh-eligor='ssh closetcat@eligor.home.arpa' #EXPORTS export PATH="$HOME/.local/bin:$PATH" export EDITOR='nvim' +export GTK_THEME=Adwaita:dark +export ADW_DISABLE_PORTAL=1 #OTHER PS1='[\u@\h \W]\$ ' -- cgit v1.2.3