Update shells configuration.

This commit is contained in:
Mikaël Capelle 2017-06-08 15:05:28 +02:00
parent 6fb2d51c5d
commit 3ff6d36a73
3 changed files with 6 additions and 2 deletions

@ -1 +1 @@
Subproject commit b908feebcfb0ca8a9a80360d177e716c24c317d6
Subproject commit 291e96dcd034750fbe7473482508c08833b168e3

4
.zshrc
View File

@ -52,7 +52,7 @@ ZSH_CUSTOM=${HOME}/.config/zsh-custom
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(git per-directory-history zsh-autosuggestions zsh-syntax-highlighting)
plugins=(zsh-autosuggestions zsh-syntax-highlighting)
source $ZSH/oh-my-zsh.sh
@ -87,3 +87,5 @@ source $ZSH/oh-my-zsh.sh
source $HOME/.config/path.sh
source $HOME/.config/alias.sh
eval "$(dircolors ~/.dircolors)"

View File

@ -20,6 +20,8 @@ if [ -e "$MYSOFT_PATH" ]; then
fi
PYTHONPATH=${PYTHONPATH}:${MYSOFT_PATH}/pythonlibs
export PATH
export LD_LIBRARY_PATH
export PYTHONPATH