mirror of
https://github.com/balkian/dotfiles.git
synced 2025-08-23 08:02:19 +00:00
Bump
This commit is contained in:
@@ -37,8 +37,8 @@ zstyle ':prezto:load' pmodule \
|
||||
'fasd' \
|
||||
'pacman' \
|
||||
'git' \
|
||||
'ssh' \
|
||||
'syntax-highlighting' \
|
||||
'ssh' \
|
||||
'prompt'
|
||||
|
||||
|
||||
@@ -166,10 +166,10 @@ zstyle ':prezto:module:terminal' auto-title 'yes'
|
||||
#
|
||||
|
||||
# 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'
|
||||
#zstyle ':prezto:module:tmux:auto-start' remote 'yes'
|
||||
|
||||
# Integrate with iTerm2.
|
||||
# zstyle ':prezto:module:tmux:iterm' integrate 'yes'
|
||||
|
@@ -103,3 +103,8 @@ function newdev () {
|
||||
alias gsicluster='ssh balkian@shannon.gsi.dit.upm.es -p 1337'
|
||||
|
||||
TMPPREFIX="${TMPDIR%/}/zsh"
|
||||
|
||||
export PYENV_ROOT="$HOME/.pyenv"
|
||||
export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
eval "$(pyenv init -)"
|
||||
pyenv virtualenvwrapper
|
||||
|
@@ -13,3 +13,7 @@ fi
|
||||
# Customize to your needs...
|
||||
|
||||
eval $(dircolors ~/.dircolors)
|
||||
|
||||
if which pyenv >/dev/null ; then
|
||||
eval "$(pyenv virtualenv-init -)"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user