diff options
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ 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 # catch and eval dmalloc output #function dmalloc { eval `command dmalloc -b $*`; } |