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
|
source /etc/profile
|
||||||
|
|
||||||
export EDITOR=nvim
|
export EDITOR=kak
|
||||||
export PATH=$HOME/.local/bin:$PATH
|
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 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 FREETYPE_PROPERTIES="truetype:interpreter-version=35 cff:darkening-parameters=500,300,1000,200,1500,100,2000,0 autofitter:warping=1"
|
||||||
#export NVIM_TUI_ENABLE_TRUE_COLOR=1
|
export INFINALITY_FT_FILTER_PARAMS='10 35 40 35 10'
|
||||||
|
|
||||||
alias xi="sudo xbps-install"
|
alias xi="sudo xbps-install"
|
||||||
alias xq="xbps-query -Rs"
|
alias xq="xbps-query -Rs"
|
||||||
alias xqi="xbps-query -RS"
|
alias xqi="xbps-query -RS"
|
||||||
alias xql="xbps-query -s"
|
alias xql="xbps-query -s"
|
||||||
|
alias howto="howdoi -c"
|
||||||
|
|
||||||
test "$TERM" = "screen" && export TERM=screen-256color
|
if [ `tty` = /dev/tty1 -a $USER != root -a ! -e /tmp/.X0-lock ]
|
||||||
test `tty` = /dev/tty1 -a $USER != root -a ! -e /tmp/.X0-lock && startx && exit
|
then
|
||||||
|
tmux new-session -d -s work -c ~/src/fromAtoB
|
||||||
|
tmux new-session -d -s stuff -c ~
|
||||||
|
startx && exit
|
||||||
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue