added replacement for exa

This commit is contained in:
aminnairi
2023-11-30 15:21:37 +01:00
parent 02a6892733
commit e7f9df26a1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ if status is-interactive
alias cat="bat --theme ColdDark-Cold" alias cat="bat --theme ColdDark-Cold"
# Alias for the ls command # Alias for the ls command
alias ls="exa --icons --long --classify" alias ls="eza --icons --long --classify"
# configuration for Oh My Fish BobTheFish theme # configuration for Oh My Fish BobTheFish theme
set -g theme_display_git yes set -g theme_display_git yes
+2 -2
View File
@@ -337,10 +337,10 @@
pacman: pacman:
name: bat name: bat
state: present state: present
- name: Install Exa (replacement for ls) - name: Install Eza (replacement for ls)
become: true become: true
pacman: pacman:
name: exa name: eza
state: present state: present
- name: Install JetBrains Mono Nerd (IntelliJ font) - name: Install JetBrains Mono Nerd (IntelliJ font)
become: true become: true