exa replaced with eza
This commit is contained in:
parent
86ed2eab0b
commit
2bde3198da
2
.bashrc
2
.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'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user