diff options
| author | Spacedio <spacedio@thernusen.net> | 2026-04-17 22:45:53 -0400 |
|---|---|---|
| committer | Spacedio <spacedio@thernusen.net> | 2026-04-17 22:45:53 -0400 |
| commit | 786dc59d0e6937aa76f5cecc16dec49261c8a625 (patch) | |
| tree | b84590b5abe8b27093af4dce4ba86cf9a1c34f01 /bashrc | |
| parent | b9e0b62a52a7c897efa963693b0897c1870ef0e5 (diff) | |
| download | dotfiles-786dc59d0e6937aa76f5cecc16dec49261c8a625.tar.gz | |
Optimization of the dGPU with a script to specifically turn it off.
Diffstat (limited to 'bashrc')
| -rw-r--r-- | bashrc/.bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
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]\$ ' |
