diff --git a/.bashrc b/.bashrc index ad371fa..f1e5a5f 100644 --- a/.bashrc +++ b/.bashrc @@ -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' diff --git a/install.sh b/install.sh index ddbc065..8dc8160 100755 --- a/install.sh +++ b/install.sh @@ -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