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 c='clear'
|
||||||
alias nf='neofetch'
|
alias nf='neofetch'
|
||||||
alias pf='pfetch'
|
alias pf='pfetch'
|
||||||
alias ls='exa -al'
|
alias ls='eza -al'
|
||||||
alias shutdown='systemctl poweroff'
|
alias shutdown='systemctl poweroff'
|
||||||
alias v='nvim'
|
alias v='nvim'
|
||||||
alias ts='~/dotfiles/scripts/snapshot.sh'
|
alias ts='~/dotfiles/scripts/snapshot.sh'
|
||||||
|
|
|
@ -60,7 +60,4 @@ if [[ $profile == *"Qtile"* ]]; then
|
||||||
source .install/qtile-dotfiles.sh
|
source .install/qtile-dotfiles.sh
|
||||||
fi
|
fi
|
||||||
source .install/bashrc.sh
|
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
|
source .install/done.sh
|
||||||
|
|
Loading…
Reference in New Issue
Block a user