You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
502 B
Plaintext

8 years ago
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"
8 years ago
alias xql="xbps-query -s"
8 years ago
test "$TERM" = "screen" && export TERM=screen-256color
test `tty` = /dev/tty1 -a $USER != root -a ! -e /tmp/.X0-lock && startx && exit