diff options
Diffstat (limited to 'debian/.profile')
-rw-r--r-- | debian/.profile | 14 |
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 |