mirror of
https://github.com/tedkulp/dotfiles
synced 2026-03-05 13:40:18 -05:00
use eza and a few other changes
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
alias ls="exa --icons"
|
alias ls="eza --icons"
|
||||||
alias ll="exa -lbF --icons --git"
|
alias ll="eza -lbF --icons --git"
|
||||||
alias llm="exa -lbF --icons --git --sort=modified"
|
alias llm="ll --sort=modified"
|
||||||
alias la="exa -lbhHigUmuSa --icons --git --color-scale --time-style=long-iso"
|
alias la="eza -lbhHigUmuSa --icons --git --color-scale --time-style=long-iso"
|
||||||
alias laa="exa -lbhHigUmuSaa --icons --git --color-scale --time-style=long-iso"
|
alias lam="la --sort=modified"
|
||||||
alias lx="exa -lbhHigUmuSa@ --icons --git --color-scale --time-style=long-iso"
|
alias laa="eza -lbhHigUmuSaa --icons --git --color-scale --time-style=long-iso"
|
||||||
alias lxa="exa -lbhHigUmuSa@a --icons --git --color-scale --time-style=long-iso"
|
alias lx="eza -lbhHigUmuSa@ --icons --git --color-scale --time-style=long-iso"
|
||||||
alias lS="exa -1"
|
alias lxa="eza -lbhHigUmuSa@a --icons --git --color-scale --time-style=long-iso"
|
||||||
alias llt="exa -1 --icons --tree --git"
|
alias lS="eza -1"
|
||||||
alias llta="exa -1 --icons --tree --git --all"
|
alias llt="eza -1 --icons --tree --git"
|
||||||
|
alias llta="eza -1 --icons --tree --git --all"
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
# https://github.com/Aloxaf/fzf-tab?tab=readme-ov-file#fzf-tab
|
# https://github.com/Aloxaf/fzf-tab?tab=readme-ov-file#fzf-tab
|
||||||
|
|
||||||
zstyle ':completion:*:descriptions' format '[%d]'
|
zstyle ':completion:*:descriptions' format '[%d]'
|
||||||
zstyle ':fzf-tab:*' fzf-command ftb-tmux-popup
|
zstyle ':fzf-tab:*' fzf-command 'fzf-tmux'
|
||||||
|
zstyle ':fzf-tab:*' fzf-flags '-p 75%'
|
||||||
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
|
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
|
||||||
|
zstyle ':completion:*' menu no
|
||||||
|
zstyle ':fzf-tab:complete:cd:*' fzf-preview 'eza -1 --color=always $realpath'
|
||||||
|
zstyle ':fzf-tab:*' switch-group '<' '>'
|
||||||
|
|||||||
Reference in New Issue
Block a user