Compare commits

..

No commits in common. "8422f90ef4064d52f67f37075a2b4d74c2bfab64" and "cf04e67425175637c54da006d7af70c06fae8e92" have entirely different histories.

9 changed files with 2 additions and 21 deletions

View file

@ -1 +0,0 @@
../../../_home/private_dot_config/sz.env/011_zsh_2_znap.env.zsh

View file

@ -1 +0,0 @@
../../../_home/private_dot_config/sz.env/091_load_complete-alias.env.bash

View file

@ -1 +0,0 @@
../../../_home/private_dot_config/sz.env/remove_011_zsh_2_zinit.env.zsh

View file

@ -1 +0,0 @@
../../../_home/private_dot_config/sz.env/remove_091_load_complete-alias.env

View file

@ -24,7 +24,7 @@ else
# bindkey -M menuselect '^[[C' .forward-char '^[OC' .forward-char
# `znap install` adds new commands and completions.
znap install aureliojargas/clitest zsh-users/zsh-completions zdharma-continuum/fast-syntax-highlighting
znap install aureliojargas/clitest zsh-users/zsh-completions
fi
# vim: set ft=sh expandtab tabstop=4 shiftwidth=4:

View file

@ -1,11 +0,0 @@
#!/usr/bin/env -S bash -c 'echo "Not a user script. source(aka .) only"'
if [ -f "$SZ_ENV_ROOT/lib/complete-alias" ]; then
source <(sed -Ee 's/\(\( "\$COMPAL_AUTO_UNMASK"/(( \${COMPAL_AUTO_UNMASK:-0}/g' "$SZ_ENV_ROOT/lib/complete-alias") --noattach
fi
if [[ -n "${DBG}" && -n "$( command -v _complete_alias )" ]]; then
echo "complete-alias will be loaded."
fi
# vim: set ft=sh expandtab tabstop=4 shiftwidth=4:

View file

@ -105,7 +105,7 @@ ${SET_X-:} -x
# Was needed when zsh would load
# . <( zellij setup --generate-completion "$BASE_SHELL" | sed -ne '/^function/,$p' )
if [[ -z "$ZELLIJ_SESSION_NAME" ]]; then
zellij
zellij attach -c $USER@$(hostname)
fi
elif [[ "$1" == '-' ]]; then

View file

@ -1,5 +1 @@
{{- if stat (list (env "HOME") "/.local/bin/squashfs-root/usr/bin/nvim" | join "/") -}}
squashfs-root/usr/bin/nvim
{{- else -}}
nvim.AppImage
{{- end -}}