merge
This commit is contained in:
parent
30447522c5
commit
5984c2914a
4 changed files with 10 additions and 2 deletions
|
@ -9,5 +9,5 @@
|
||||||
cat <<-EOF
|
cat <<-EOF
|
||||||
|
|
||||||
Thank you. Come again!
|
Thank you. Come again!
|
||||||
-- Dr. Apu Nahasapeemapetilon
|
-- $USER
|
||||||
EOF
|
EOF
|
||||||
|
|
|
@ -167,7 +167,7 @@ zstyle ':prezto:module:prompt' theme 'sorin'
|
||||||
#
|
#
|
||||||
|
|
||||||
# Auto start a session when Zsh is launched in a local terminal.
|
# 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.
|
# Auto start a session when Zsh is launched in a SSH connection.
|
||||||
# zstyle ':prezto:module:tmux:auto-start' remote 'yes'
|
# zstyle ':prezto:module:tmux:auto-start' remote 'yes'
|
||||||
|
|
|
@ -72,3 +72,8 @@ if [[ ! -d "$TMPDIR" ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
TMPPREFIX="${TMPDIR%/}/zsh"
|
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
|
||||||
|
|
|
@ -10,4 +10,7 @@ if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
|
||||||
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
|
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Add env.sh
|
||||||
|
source ~/Projects/config/env.sh
|
||||||
|
|
||||||
# Customize to your needs...
|
# Customize to your needs...
|
||||||
|
|
Loading…
Add table
Reference in a new issue