From 5984c2914a15056823dcd16302d06110c73c6c6f Mon Sep 17 00:00:00 2001 From: Papa Sall Date: Fri, 13 Jan 2017 20:29:28 +0100 Subject: [PATCH] merge --- runcoms/zlogout | 2 +- runcoms/zpreztorc | 2 +- runcoms/zprofile | 5 +++++ runcoms/zshrc | 3 +++ 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/runcoms/zlogout b/runcoms/zlogout index 7c27e885..4fced999 100644 --- a/runcoms/zlogout +++ b/runcoms/zlogout @@ -9,5 +9,5 @@ cat <<-EOF Thank you. Come again! - -- Dr. Apu Nahasapeemapetilon + -- $USER EOF diff --git a/runcoms/zpreztorc b/runcoms/zpreztorc index 2eb0a7b8..a24d0dab 100644 --- a/runcoms/zpreztorc +++ b/runcoms/zpreztorc @@ -167,7 +167,7 @@ zstyle ':prezto:module:prompt' theme 'sorin' # # Auto start a session when Zsh is launched in a local terminal. -# zstyle ':prezto:module:tmux:auto-start' local 'yes' + zstyle ':prezto:module:tmux:auto-start' local 'yes' # Auto start a session when Zsh is launched in a SSH connection. # zstyle ':prezto:module:tmux:auto-start' remote 'yes' diff --git a/runcoms/zprofile b/runcoms/zprofile index d87cb3b0..3b5978da 100644 --- a/runcoms/zprofile +++ b/runcoms/zprofile @@ -72,3 +72,8 @@ if [[ ! -d "$TMPDIR" ]]; then fi TMPPREFIX="${TMPDIR%/}/zsh" + +# Setting PATH for Python 3.6 +# The original version is saved in .zprofile.pysave +PATH="/Library/Frameworks/Python.framework/Versions/3.6/bin:${PATH}" +export PATH diff --git a/runcoms/zshrc b/runcoms/zshrc index 039b882d..df26e0cd 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -10,4 +10,7 @@ if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" fi +# Add env.sh +source ~/Projects/config/env.sh + # Customize to your needs...