diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-02-13 22:21:24 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-02-13 22:21:24 +0700 |
commit | 136db4319e79b459d47eca3c7dc11da1845d310f (patch) | |
tree | 6881015dff5e294472fe601e66ecc596bcc2756c /meta/.profile | |
parent | a3d27283799fcce68209e24905f5f12eed2c3cd6 (diff) | |
download | dotfiles-136db4319e79b459d47eca3c7dc11da1845d310f.tar.gz |
Update 2018-02-13
Diffstat (limited to 'meta/.profile')
-rw-r--r-- | meta/.profile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |