mirror of
https://github.com/TheM1Stery/dotfiles.git
synced 2025-04-19 16:51:10 +00:00
add padding-top for logo in fastfetch and fix clear command to use fastfetch
This commit is contained in:
parent
b39ef29071
commit
fee281ac21
@ -4,6 +4,9 @@
|
||||
"source": "opensuse_tumbleweed_small",
|
||||
"color": {
|
||||
"1": "green"
|
||||
},
|
||||
"padding": {
|
||||
"top": 2
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
|
@ -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 clearhm="clear && cd ~"
|
||||
alias rm="rm -i"
|
||||
|
@ -1,5 +1,4 @@
|
||||
export PF_INFO="ascii title os host kernel uptime pkgs memory shell de"
|
||||
pfetch
|
||||
fastfetch
|
||||
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
|
||||
# Initialization code that may require console input (password prompts, [y/n]
|
||||
# confirmations, etc.) must go above this block; everything else may go below.
|
||||
|
Loading…
Reference in New Issue
Block a user