aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorbozo.kopic <bozo.kopic@gmail.com>2020-05-08 19:37:41 +0200
committerbozo.kopic <bozo.kopic@gmail.com>2020-05-08 19:37:41 +0200
commit6c9130e407ab4a7d67588ba2cc47c39d0839cfe2 (patch)
tree3cff6c218fc584fe9b9bff68b0bf899584a0c2f8 /bash
parente691d655633cc43b6275aad2b16eadfe3842a719 (diff)
.
Diffstat (limited to 'bash')
-rw-r--r--bash/.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/bash/.profile b/bash/.profile
index a1a30f9..5d249ab 100644
--- a/bash/.profile
+++ b/bash/.profile
@@ -2,5 +2,6 @@ export PATH=~/python/bin:~/programs:~/programs/chicken/bin:~/.gem/ruby/2.7.0/bin
export CHICKEN_REPOSITORY=~/programs/chicken_repository
export ATOM_NODE_URL=http://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell/dist
export QT_QPA_PLATFORMTHEME=qt5ct
+export QT_AUTO_SCREEN_SCALE_FACTOR=1
+export QT_ENABLE_HIGHDPI_SCALING=1
export VISUAL=nvim
-