mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
10 lines
282 B
Bash
10 lines
282 B
Bash
export EDITOR=/usr/bin/nvim
|
|
export BROWSER=/usr/bin/firefox
|
|
export QT_QPA_PLATFORMTHEME="qt5ct"
|
|
export QT_AUTO_SCREEN_SCALE_FACTOR=0
|
|
export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
|
|
|
|
if [ -d "$HOME/bin" ] ; then
|
|
export PATH="$HOME/bin:$PATH"
|
|
export PATH="$HOME/bin/scripts:$PATH"
|
|
fi
|