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.

25 lines
768 B
Plaintext

8 years ago
source /etc/profile
7 years ago
export EDITOR=kak
export GOPATH=$HOME/src/go
6 years ago
export ELMPATH=$HOME/src/pkg/Elm-Platform/0.18/.cabal-sandbox/bin
export PATH=$HOME/.local/bin:$GOPATH/bin:$ELMPATH:$PATH
8 years ago
export MANPATH=$HOME/.local/share/man:/usr/share/man:/usr/local/share/man
7 years ago
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'
8 years ago
alias xi="sudo xbps-install"
alias xq="xbps-query -Rs"
alias xqi="xbps-query -RS"
8 years ago
alias xql="xbps-query -s"
7 years ago
alias xqf="xbps-query -f"
6 years ago
alias xqo="xbps-query -o"
alias xqre="xbps-query -R --regex -s"
7 years ago
alias howto="howdoi -c"
8 years ago
7 years ago
if [ `tty` = /dev/tty1 -a $USER != root -a ! -e /tmp/.X0-lock ]
then
startx && exit
fi