exa replaced with eza

This commit is contained in:
Stephan Raabe 2023-11-24 09:16:51 +01:00
parent 86ed2eab0b
commit 2bde3198da
2 changed files with 1 additions and 4 deletions

View File

@ -20,7 +20,7 @@ PS1='[\u@\h \W]\$ '
alias c='clear'
alias nf='neofetch'
alias pf='pfetch'
alias ls='exa -al'
alias ls='eza -al'
alias shutdown='systemctl poweroff'
alias v='nvim'
alias ts='~/dotfiles/scripts/snapshot.sh'

View File

@ -60,7 +60,4 @@ if [[ $profile == *"Qtile"* ]]; then
source .install/qtile-dotfiles.sh
fi
source .install/bashrc.sh
echo "IMPORTANT: Please check the keyboard layout and screen resolution after the reboot of your system."
echo ""
source .install/done.sh