From 136db4319e79b459d47eca3c7dc11da1845d310f Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Tue, 13 Feb 2018 22:21:24 +0700 Subject: Update 2018-02-13 --- meta/.profile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta') diff --git a/meta/.profile b/meta/.profile index ba0a210..2341b04 100644 --- a/meta/.profile +++ b/meta/.profile @@ -17,6 +17,10 @@ if [ -n "$BASH_VERSION" ]; then fi PATH="$HOME/.local/bin:$HOME/.local/share/go/bin:$PATH" +export MANPATH="$HOME/.local/share/man:$MANPATH" export GOPATH="$HOME/.local/share/go" export XMODIFIERS=@im=ibus export WEBKIT_DISABLE_COMPOSITING_MODE=1 + +# OPAM configuration +. /home/cnx/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true -- cgit 1.4.1