From c37d9017a6ffe57b863a9739f93b96865720fe8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20K=C3=B6hring?= Date: Thu, 12 Jan 2017 17:45:28 +0100 Subject: [PATCH] updated .profile --- dot.profile | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/dot.profile b/dot.profile index c35bc64..6c3f44a 100644 --- a/dot.profile +++ b/dot.profile @@ -1,17 +1,23 @@ source /etc/profile -export EDITOR=nvim -export PATH=$HOME/.local/bin:$PATH +export EDITOR=kak +export GOPATH=$HOME/src/go +export PATH=$HOME/.local/bin:$GOPATH/bin:$PATH export MANPATH=$HOME/.local/share/man:/usr/share/man:/usr/local/share/man -export QT_DEVICE_PIXEL_RATIO=2 +export QT_SCALE_FACTOR=2 -#export NVIM_TUI_ENABLE_CURSOR_SHAPE=1 -#export NVIM_TUI_ENABLE_TRUE_COLOR=1 +export FREETYPE_PROPERTIES="truetype:interpreter-version=35 cff:darkening-parameters=500,300,1000,200,1500,100,2000,0 autofitter:warping=1" +export INFINALITY_FT_FILTER_PARAMS='10 35 40 35 10' alias xi="sudo xbps-install" alias xq="xbps-query -Rs" alias xqi="xbps-query -RS" alias xql="xbps-query -s" +alias howto="howdoi -c" -test "$TERM" = "screen" && export TERM=screen-256color -test `tty` = /dev/tty1 -a $USER != root -a ! -e /tmp/.X0-lock && startx && exit +if [ `tty` = /dev/tty1 -a $USER != root -a ! -e /tmp/.X0-lock ] +then + tmux new-session -d -s work -c ~/src/fromAtoB + tmux new-session -d -s stuff -c ~ + startx && exit +fi