small fixes

This commit is contained in:
accel 2022-01-11 17:04:39 +03:00
parent 24a504328c
commit bd50b0f33d
2 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,12 @@
path_extra+=(zsh)
config_extra+=(windows)
plugins+=(zsh-navigation-tools cp tmux nyan pass emoji emoji-clock z)
# 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)

View File

@ -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}