1
0
Fork 0

Update 2018-03-17

This commit is contained in:
Nguyễn Gia Phong 2018-03-17 21:53:34 +07:00
parent e189ca45bd
commit 430564d6c4
2 changed files with 5 additions and 4 deletions

View File

@ -21,6 +21,7 @@ export MANPATH="$HOME/.local/share/man:$MANPATH"
export GOPATH="$HOME/.local/share/go" export GOPATH="$HOME/.local/share/go"
export XMODIFIERS=@im=ibus export XMODIFIERS=@im=ibus
export WEBKIT_DISABLE_COMPOSITING_MODE=1 export WEBKIT_DISABLE_COMPOSITING_MODE=1
export NLTK_DATA="$HOME/Sources/nlp/nltk_data"
# OPAM configuration # OPAM configuration
. /home/cnx/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true . /home/cnx/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true

View File

@ -1,8 +1,8 @@
# Palette for use with the Linux console. Black background. # Palette for use with the Linux console. Black background.
color hdrdefault blue black color hdrdefault green black
color quoted blue black color quoted green black
color signature blue black color signature green black
color attachment red black color attachment red black
color prompt brightmagenta black color prompt brightmagenta black
color message brightred black color message brightred black
@ -14,7 +14,7 @@ color normal brightwhite black
color markers red black color markers red black
color search white black color search white black
color tilde brightmagenta black color tilde brightmagenta black
color index blue black ~F color index green black ~F
color index red black "~N|~O" color index red black "~N|~O"
#color body brightwhite black '\*+[^*]+\*+' #color body brightwhite black '\*+[^*]+\*+'