updated .profile
This commit is contained in:
parent
aa9df85526
commit
c37d9017a6
1 changed files with 13 additions and 7 deletions
20
dot.profile
20
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
|
||||
|
|
Loading…
Reference in a new issue