Skip to content

Commit

Permalink
feat(fish): add eza
Browse files Browse the repository at this point in the history
  • Loading branch information
MoodyReaper committed Sep 15, 2024
1 parent 0172eb1 commit 391c9fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ _Note: this repository contains user files only (system files are not presented)
| :------------ | :------------------------------------------------------------ | :------------------------------------- |
| `Fish` | [asdf](https://asdf-vm.com) | Multiple runtime version manager |
| `Fish` | [bat](https://github.com/sharkdp/bat) | `cat` command replacement |
| `Fish` | [eza](https://github.com/eza-community/eza) | `ls` command replacement |
| `Fish` | [fzf](https://github.com/junegunn/fzf) | Fuzzy search |
| `Fish` | [Gnome Keyring](https://wiki.gnome.org/Projects/GnomeKeyring) | Secrets storage |
| `Fish` | [zoxide](https://github.com/ajeetdsouza/zoxide) | `cd` command replacement |
Expand Down
5 changes: 5 additions & 0 deletions fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ zoxide init --cmd cd fish | source
fzf --fish | source

alias cat='bat --paging=never'

alias ls='eza --color=automatic --group-directories-first --icons'
alias la='ls --all'
alias ll='ls --long'
alias lt='ls --tree'

0 comments on commit 391c9fd

Please sign in to comment.