Skip to content

Commit 4af1423

Browse files
authored
Merge pull request #40 from tcet-opensource/39-feature-neofetch-tcet-linux-logo
39 feature neofetch tcet linux logo
2 parents c416187 + 8be28d9 commit 4af1423

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

airootfs/etc/skel/.zshrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ alias clr-cache="sudo pacman -Scc"
3838
alias unlock="sudo rm /var/lib/pacman/db.lck"
3939
alias remove="sudo pacman -R"
4040
alias autoremove="sudo pacman -Rns"
41+
alias neofetch="neofetch --ascii_distro TcetLinux1"
4142

4243
# Fix keyring and gnupg mount isuue
4344
alias fix-keys="sudo rm -rvf /etc/pacman.d/gnupg && sudo pacman-key --init && sudo pacman-key --populate"

airootfs/root/.zshrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ alias clr-cache="sudo pacman -Scc"
3838
alias unlock="sudo rm /var/lib/pacman/db.lck"
3939
alias remove="sudo pacman -R"
4040
alias autoremove="sudo pacman -Rns"
41+
alias neofetch="neofetch --ascii_distro TcetLinux1"
4142

4243
# Fix keyring and gnupg mount isuue
4344
alias fix-keys="sudo rm -rvf /etc/pacman.d/gnupg && sudo pacman-key --init && sudo pacman-key --populate"

packages.x86_64

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,3 +259,6 @@ gthumb
259259

260260
# Archive Manager
261261
file-roller
262+
263+
# Neofetch Tcet
264+
neofetch-tcet

0 commit comments

Comments
 (0)