diff --git a/.oh-my-zsh b/.oh-my-zsh index b908fee..291e96d 160000 --- a/.oh-my-zsh +++ b/.oh-my-zsh @@ -1 +1 @@ -Subproject commit b908feebcfb0ca8a9a80360d177e716c24c317d6 +Subproject commit 291e96dcd034750fbe7473482508c08833b168e3 diff --git a/.zshrc b/.zshrc index b532692..f02f715 100644 --- a/.zshrc +++ b/.zshrc @@ -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)" diff --git a/path.sh b/path.sh index cdd4cc5..a95daf8 100644 --- a/path.sh +++ b/path.sh @@ -20,6 +20,8 @@ if [ -e "$MYSOFT_PATH" ]; then fi +PYTHONPATH=${PYTHONPATH}:${MYSOFT_PATH}/pythonlibs + export PATH export LD_LIBRARY_PATH export PYTHONPATH