diff options
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,13 +27,13 @@ set -o vi # DPI export QT_FONT_DPI=100 +export QT_SCALE_FACTOR=1 # ENV HOME_=$(readlink -f ${HOME%/}) export PATH=${HOME_}/bin:${PATH#${HOME_}/bin:} export EDITOR=nvim export GEM_HOME="${HOME_}/.gem/ruby/3.0.0" -export QT_SCALE_FACTOR=2 export PATH=$PATH:$GEM_HOME/bin # catch and eval dmalloc output |