mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-03-23 19:22:43 +00:00
fix(yazi): data column
This commit is contained in:
parent
d2b57af9ce
commit
9889fc8b7d
11 changed files with 66 additions and 29 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue