diff --git a/config/zshconfig.example b/config/zshconfig.example index 69a8871..e66715e 100644 --- a/config/zshconfig.example +++ b/config/zshconfig.example @@ -1,3 +1,12 @@ path_extra+=(zsh) -config_extra+=(windows) -plugins+=(zsh-navigation-tools cp tmux nyan pass emoji emoji-clock z) \ No newline at end of file +# config_extra+=(windows) +# typeset -A -g zssh_host_config_accesses=( +# example.someplace 'Hostname example.brass.host' +# example.brass.host '' +# example.straynet 'Hostname 192.168.222.1' +# ) +# zssh_host_config=' +# Port 52222 +# ' +# zssh_host=example.brass.host +plugins+=(zsh-navigation-tools cp tmux nyan pass emoji z) diff --git a/global.funcs.zsh b/global.funcs.zsh index 5c387a5..bdbea69 100644 --- a/global.funcs.zsh +++ b/global.funcs.zsh @@ -122,7 +122,7 @@ function zconfigs_local_load() if [[ ! -a ${zconfig_local_path} ]]; then mkdir -p -m 700 ${zconfig_local_path} - cp ${globaldots_path}/config/zsh/zshconfig.example ${zconfig_local_path}/local.config.zsh + cp ${zconfig_shared_path}/zshconfig.example ${zconfig_local_path}/local.config.zsh fi if [[ ! -d ${zconfig_local_path} ]]; then zconfig_checkload ${zconfig_local_path}