added .profile
This commit is contained in:
parent
eaba6069bb
commit
779a851392
1 changed files with 16 additions and 0 deletions
16
dot.profile
Normal file
16
dot.profile
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue