From 779a851392f9daf933388a34d910448370a7ad8c Mon Sep 17 00:00:00 2001 From: nkoehring Date: Fri, 26 Feb 2016 02:26:43 +0100 Subject: [PATCH] added .profile --- dot.profile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 dot.profile diff --git a/dot.profile b/dot.profile new file mode 100644 index 0000000..e995377 --- /dev/null +++ b/dot.profile @@ -0,0 +1,16 @@ +source /etc/profile + +export EDITOR=nvim +export PATH=$HOME/.local/bin:$PATH +export MANPATH=$HOME/.local/share/man:/usr/share/man:/usr/local/share/man +export QT_DEVICE_PIXEL_RATIO=2 + +#export NVIM_TUI_ENABLE_CURSOR_SHAPE=1 +#export NVIM_TUI_ENABLE_TRUE_COLOR=1 + +alias xi="sudo xbps-install" +alias xq="xbps-query -Rs" +alias xqi="xbps-query -RS" + +test "$TERM" = "screen" && export TERM=screen-256color +test `tty` = /dev/tty1 -a $USER != root -a ! -e /tmp/.X0-lock && startx && exit