dotfiles

Yes, my $HOME has a git repo now :(

git clone git://git.shimmy1996.com/dotfiles.git
commit cc59184bd00c71ae9272e864a14266ebe3e3d3bc
parent 300fab7b483d2680d3d5a4788c02d358de161855
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sat,  9 Jan 2021 10:58:06 -0600

Add env variables

Diffstat:
M.profile | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.profile b/.profile
@@ -9,6 +9,7 @@ fi
 export PATH=$HOME/.local/bin:$PATH
 
 # Go settings.
+export GO111MODULE=on
 export GOPATH=$HOME/.go
 export PATH=$GOPATH/bin:$PATH
 
@@ -23,6 +24,9 @@ export XMODIFIERS=@im=fcitx
 export QT_IM_MODULE=fcitx
 export GTK_IM_MODULE=fcitx
 
+# Picard Fixes
+export QT_FONT_DPI=96
+
 # Preferred applications
 export TERMINAL="alacritty"
 export BROWSER="firefox"