puntos/.profile

26 lines
488 B
Text
Raw Normal View History

#!/bin/sh
. /etc/profile
ulimit -c unlimited
export MESA_LOADER_DRIVER_OVERRIDE=crocus
export PATH="$HOME/.local/bin:$PATH"
export PATH="$HOME/go/bin:$PATH"
# export PATH="$HOME/.local/share/theme.sh:$PATH"
export MOZ_ENABLE_WAYLAND=1
2021-12-16 03:50:50 +00:00
export EDITOR=kak
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
2021-10-08 20:51:40 +00:00
export XKB_DEFAULT_LAYOUT=us #-nulo
export XKB_DEFAULT_VARIANT=altgr-intl
export XKB_DEFAULT_OPTIONS=caps:escape
export XCURSOR_THEME=Adwaita
2021-10-14 20:15:32 +00:00
export QT_STYLE_OVERRIDE=Adwaita-Dark