mirror of
https://github.com/zedsalim/debian-z.git
synced 2025-12-27 13:39:31 +00:00
switching to ufetch
This commit is contained in:
parent
290141c878
commit
62e7e59f9e
4 changed files with 91 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue