Skip to content

Commit

Permalink
Add neofetch to fastfetch alias
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTheCoolingFan committed Dec 13, 2024
1 parent 0999ebf commit 1ed5ff6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/bsp/common/etc/skel/.bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ alias la='ls -A'
alias l='ls -CF'
alias kernel="uname -r | sed 's/[1-9]\+[0-9]*\.[0-9]\+\.[0-9]\+-//' | sed 's/[1-9]\+[0-9]*\.[0-9]*\-rc[0-9]\+-//'"
alias showip='ip -4 addr show scope global | grep inet | awk "{print $2}" | cut -d"/" -f1 | sed "s/ inet //g" | paste -s -d, -'
alias neofetch='fastfetch'

0 comments on commit 1ed5ff6

Please sign in to comment.