mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Update zsh.
This commit is contained in:
@@ -214,7 +214,7 @@ zstyle ':prezto:module:python:virtualenv' initialize 'yes'
|
|||||||
zstyle ':prezto:module:tmux:auto-start' local 'no'
|
zstyle ':prezto:module:tmux:auto-start' local 'no'
|
||||||
|
|
||||||
# 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 'no'
|
||||||
|
|
||||||
# Integrate with iTerm2.
|
# Integrate with iTerm2.
|
||||||
# zstyle ':prezto:module:tmux:iterm' integrate 'yes'
|
# zstyle ':prezto:module:tmux:iterm' integrate 'yes'
|
||||||
|
|||||||
@@ -76,12 +76,3 @@ fi
|
|||||||
|
|
||||||
# Load any local settings
|
# Load any local settings
|
||||||
if [ -e $HOME/.zshrc.local ] ; then source $HOME/.zshrc.local ; fi
|
if [ -e $HOME/.zshrc.local ] ; then source $HOME/.zshrc.local ; fi
|
||||||
|
|
||||||
function start_esp {
|
|
||||||
if [ ! -d ${HOME}/tools/esp ] ; then
|
|
||||||
echo "ESP not installed!" >/dev/stderr
|
|
||||||
return 1
|
|
||||||
fi
|
|
||||||
export PATH="${PATH}:${HOME}/tools/esp/xtensa-esp32-elf/bin"
|
|
||||||
export IDF_PATH="${HOME}/tools/esp/esp-idf"
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user