about summary refs log tree commit diff
path: root/debian/.profile
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-03-24 17:40:44 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-03-24 17:40:44 +0700
commit90848e777c435328acf4b81773d8d7684bfcf21f (patch)
tree5d56c11061e2537e8c12bfb11dcad6a6eb4c6edb /debian/.profile
parent2b76a36ad07d776988104ba0587958384808603a (diff)
downloaddotfiles-90848e777c435328acf4b81773d8d7684bfcf21f.tar.gz
Update 2019-03-24
Diffstat (limited to 'debian/.profile')
-rw-r--r--debian/.profile14
1 files changed, 7 insertions, 7 deletions
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