small fixes
This commit is contained in:
parent
24a504328c
commit
bd50b0f33d
@ -1,3 +1,12 @@
|
|||||||
path_extra+=(zsh)
|
path_extra+=(zsh)
|
||||||
config_extra+=(windows)
|
# config_extra+=(windows)
|
||||||
plugins+=(zsh-navigation-tools cp tmux nyan pass emoji emoji-clock z)
|
# 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)
|
||||||
|
@ -122,7 +122,7 @@ function zconfigs_local_load()
|
|||||||
|
|
||||||
if [[ ! -a ${zconfig_local_path} ]]; then
|
if [[ ! -a ${zconfig_local_path} ]]; then
|
||||||
mkdir -p -m 700 ${zconfig_local_path}
|
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
|
fi
|
||||||
if [[ ! -d ${zconfig_local_path} ]]; then
|
if [[ ! -d ${zconfig_local_path} ]]; then
|
||||||
zconfig_checkload ${zconfig_local_path}
|
zconfig_checkload ${zconfig_local_path}
|
||||||
|
Loading…
Reference in New Issue
Block a user