switching to ufetch

This commit is contained in:
Salim Zaidi 2023-07-04 05:48:00 +01:00
parent 290141c878
commit 62e7e59f9e
4 changed files with 91 additions and 4 deletions

View file

@ -112,7 +112,7 @@ if ! shopt -oq posix; then
fi
fi
alias al='vim ~/.bashrc'
alias al='nvim ~/.bashrc'
alias alu='source ~/.bashrc'
alias ss='sudo shutdown now'
alias rb='sudo reboot'
@ -138,7 +138,8 @@ alias sts='git status'
alias add='git add .'
alias cmt='git commit -m'
alias push='git push'
neofetch
ufetch
#neofetch
##-----------------------------------------------------
## synth-shell-prompt.sh
if [ -f ~/.config/synth-shell/synth-shell-prompt.sh ] && [ -n "$( echo $- | grep i )" ]; then