mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
During migration to new format and removing from the inline files. We lost some entries. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
14 lines
379 B
Nix
14 lines
379 B
Nix
{ config, ... }:
|
|
|
|
{
|
|
time = "2025-01-21T17:28:13+00:00";
|
|
condition = with config.programs.yazi; enable && enableFishIntegration;
|
|
message = ''
|
|
Yazi's fish shell integration wrapper now calls the 'yazi' executable
|
|
directly, ignoring any shell aliases with the same name.
|
|
|
|
Your configuration may break if you rely on the wrapper calling a
|
|
'yazi' alias.
|
|
'';
|
|
}
|