diff options
| author | Spacedio <spacedio@thernusen.net> | 2026-06-08 21:54:02 -0400 |
|---|---|---|
| committer | Spacedio <spacedio@thernusen.net> | 2026-06-08 21:54:02 -0400 |
| commit | 8e21a3937200a75de54c2536493ce0d350bfed46 (patch) | |
| tree | 6b92cad29e86d81080f187b7c6f0010188dae622 /bash/.bashrc | |
| parent | 2586197af1a1c4b419e6d3a7786128c6091ee939 (diff) | |
| download | dotfiles-8e21a3937200a75de54c2536493ce0d350bfed46.tar.gz | |
Rearranging some environment variables exports and adding default branch to git config.
Diffstat (limited to 'bash/.bashrc')
| -rw-r--r-- | bash/.bashrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index c60ac13..5882747 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -19,8 +19,6 @@ 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]\$ ' |
