add padding-top for logo in fastfetch and fix clear command to use fastfetch

This commit is contained in:
Seymur Bagirov 2024-02-09 22:19:04 +04:00
parent b39ef29071
commit fee281ac21
3 changed files with 5 additions and 3 deletions

View File

@ -4,6 +4,9 @@
"source": "opensuse_tumbleweed_small", "source": "opensuse_tumbleweed_small",
"color": { "color": {
"1": "green" "1": "green"
},
"padding": {
"top": 2
} }
}, },
"display": { "display": {

View File

@ -157,7 +157,7 @@ vimf(){
} }
alias clear="clear && pfetch" alias clear="clear && fastfetch"
alias gitstat='git log --format="%aN" | sort -u | while read name; do echo -en "$name\t"; git log --author="$name" --pretty=tformat: --numstat | awk '\''{ add += $1; subs += $2; loc += $1 - $2 } END { printf "added lines: %s, removed lines: %s, total lines: %s\n", add, subs, loc }'\'' -; done' alias gitstat='git log --format="%aN" | sort -u | while read name; do echo -en "$name\t"; git log --author="$name" --pretty=tformat: --numstat | awk '\''{ add += $1; subs += $2; loc += $1 - $2 } END { printf "added lines: %s, removed lines: %s, total lines: %s\n", add, subs, loc }'\'' -; done'
alias clearhm="clear && cd ~" alias clearhm="clear && cd ~"
alias rm="rm -i" alias rm="rm -i"

View File

@ -1,5 +1,4 @@
export PF_INFO="ascii title os host kernel uptime pkgs memory shell de" fastfetch
pfetch
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n] # Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below. # confirmations, etc.) must go above this block; everything else may go below.