mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Fix ls when not using eza (#2607)
* Fix ls when not using eza * Make use of omarchy-cmd-present
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
# File system
|
# File system
|
||||||
alias ls='eza -lh --group-directories-first --icons=auto'
|
if omarchy-cmd-present eza; then
|
||||||
alias lsa='ls -a'
|
alias ls='eza -lh --group-directories-first --icons=auto'
|
||||||
alias lt='eza --tree --level=2 --long --icons --git'
|
alias lsa='ls -a'
|
||||||
alias lta='lt -a'
|
alias lt='eza --tree --level=2 --long --icons --git'
|
||||||
|
alias lta='lt -a'
|
||||||
|
fi
|
||||||
|
|
||||||
alias ff="fzf --preview 'bat --style=numbers --color=always {}'"
|
alias ff="fzf --preview 'bat --style=numbers --color=always {}'"
|
||||||
|
|
||||||
if omarchy-cmd-present z; then
|
if omarchy-cmd-present z; then
|
||||||
|
|||||||
Reference in New Issue
Block a user