]> git.sev.monster Git - dotfiles.git/blobdiff - etc/zsh/.zprofile
vimrc: enable modeline explicitly
[dotfiles.git] / etc / zsh / .zprofile
index 5ead916d8ec93559a6fda4947c36f1fea262f19b..38b34c53b445360a87f4bf8a9406dac8cec12d68 100644 (file)
@@ -188,6 +188,7 @@ if [[ ! -v _sev_setup_ssh ]] {
             #      subshells can't be used to capture output and print.
             c='TMPDIR=$_sev_tmp ${okc}ssh-agent'
             if [[ -o interactive ]] {
+                [[ -n $okc ]] && echo -n 'OKC-'
                 eval $(eval $=c)
                 print -nP '%f'
             } else {
@@ -220,5 +221,8 @@ if [[ ! -v _sev_setup_ssh ]] {
 }
 unfunction _gpg_socketpath
 
+### plugins
+load-plugins zprofile
+
 ### load site-specific
 load-site-dotfile zprofile
This page took 0.037703 seconds and 4 git commands to generate.