From 90848e777c435328acf4b81773d8d7684bfcf21f Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sun, 24 Mar 2019 17:40:44 +0700 Subject: Update 2019-03-24 --- debian/.profile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'debian/.profile') diff --git a/debian/.profile b/debian/.profile index bab962f..068d63b 100644 --- a/debian/.profile +++ b/debian/.profile @@ -8,6 +8,13 @@ # for ssh logins, install and configure the libpam-umask package. #umask 022 +export PATH="$HOME/.local/bin:$HOME/.local/share/go/bin:$HOME/.cargo/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 +export NLTK_DATA="$HOME/Sources/nlp/nltk_data" + # if running bash if [ -n "$BASH_VERSION" ]; then # include .bashrc if it exists @@ -16,12 +23,5 @@ if [ -n "$BASH_VERSION" ]; then fi fi -export PATH="$HOME/.local/bin:$HOME/.local/share/go/bin:$HOME/.cargo/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 -export NLTK_DATA="$HOME/Sources/nlp/nltk_data" - # OPAM configuration . /home/cnx/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true -- cgit 1.4.1