Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/wsl-comfort/comfort-shell-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ fi
command -v direnv >/dev/null 2>&1 && eval "$(direnv hook '"$CHOSEN_SHELL"')"
command -v zoxide >/dev/null 2>&1 && eval "$(zoxide init '"$CHOSEN_SHELL"')"
# Modern aliases
command -v eza >/dev/null 2>&1 && alias ls="eza --icons" && alias ll="eza -la --icons --git" && alias lt="eza --tree"
command -v eza >/dev/null 2>&1 && alias ls="eza --icons=auto" && alias ll="eza -la --icons --git" && alias lt="eza --tree"
command -v bat >/dev/null 2>&1 && alias cat="bat"
command -v rg >/dev/null 2>&1 && alias grep="rg"
command -v fd >/dev/null 2>&1 && alias find="fd"
Expand Down