fix(yazi): data column

This commit is contained in:
js0ny 2025-11-13 07:30:00 +00:00
parent d2b57af9ce
commit 9889fc8b7d
11 changed files with 66 additions and 29 deletions

View file

@ -7,6 +7,7 @@
in {
home.packages = with pkgs; [
zsh-fzf-tab
zsh-nix-shell
];
programs.zsh = {
enable = true;
@ -46,7 +47,7 @@ in {
# Globbing
setopt EXTENDED_GLOB # Extended globbing
setopt GLOB_DOTS # Include dotfiles in globbing
# setopt GLOB_DOTS # Include dotfiles in globbing
# Error correction
setopt CORRECT # Suggest corrections for commands