Skip to content

Commit a04ed32

Browse files
committed
Fix fzf previews in Alpine container
1 parent afe5d5c commit a04ed32

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

NEWS.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
News
33
====
44

5+
Unreleased
6+
==========
7+
8+
Changed
9+
-------
10+
11+
- Export SHELL parameter in containers, at least fixing fzf previews on Alpine
12+
513
0.3.12
614
======
715

mk/ctnr/zcomet.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ typeset -U fpath=(~/.local/share/zsh/site-functions \$fpath)
9191
typeset -U path=(~/.local/bin \$path)
9292
precmd () { rehash }
9393
zstyle ':completion:*:*:*:*:*' menu select
94+
export SHELL==zsh
9495
9596
# Plugins:
9697
. ~/.zcomet/bin/zcomet.zsh

0 commit comments

Comments
 (0)