We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe5d5c commit a04ed32Copy full SHA for a04ed32
NEWS.rst
@@ -2,6 +2,14 @@
2
News
3
====
4
5
+Unreleased
6
+==========
7
+
8
+Changed
9
+-------
10
11
+- Export SHELL parameter in containers, at least fixing fzf previews on Alpine
12
13
0.3.12
14
======
15
mk/ctnr/zcomet.sh
@@ -91,6 +91,7 @@ typeset -U fpath=(~/.local/share/zsh/site-functions \$fpath)
91
typeset -U path=(~/.local/bin \$path)
92
precmd () { rehash }
93
zstyle ':completion:*:*:*:*:*' menu select
94
+export SHELL==zsh
95
96
# Plugins:
97
. ~/.zcomet/bin/zcomet.zsh
0 commit comments