Skip to content

Commit acb7361

Browse files
committed
feat(zsh): add a modern replacement for ls
exa: https://the.exa.website/
1 parent 9b6f25f commit acb7361

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

REQUIREMENTS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,12 @@ brew install fzf
114114
$(brew --prefix)/opt/fzf/install
115115
```
116116

117+
```bash
118+
# For replace ls
119+
# doc: https://the.exa.website
120+
brew install exa
121+
```
122+
117123
### Alacritty
118124

119125
- [alacritty 0.8.0+](https://github.com/alacritty/alacritty)

zsh/zshrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@ alias vi="nvim"
263263
alias cp='cp -i'
264264
alias mv='mv -i'
265265

266+
alias ll="exa -l -g --icons --git"
267+
266268
# *** dotfiles 项目可执行文件
267269

268270
# 将 bin 目录加入到 PATH.

0 commit comments

Comments
 (0)