From e7d835ffcad63d23ec277f2ed7ff0d7f3ef80327 Mon Sep 17 00:00:00 2001 From: Yannick7777 <87943421+Yannick7777@users.noreply.github.com> Date: Mon, 19 Aug 2024 22:49:53 +0200 Subject: [PATCH] Add tiny improvement regarding git --- .zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.zshrc b/.zshrc index 80a7790..2a8b507 100644 --- a/.zshrc +++ b/.zshrc @@ -47,4 +47,9 @@ alias update-grub='sudo grub-mkconfig -o /boot/grub/grub.cfg' alias sync-mirrors='sudo systemctl restart reflector.service && cat /etc/pacman.d/mirrorlist' alias dotfiles='/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME' + +# Will probably get migrated into a setup script in the future: +dotfiles config --local status.showUntrackedFiles no + + tty | grep -q 'tty' && Hyprland || fastfetch --config examples/16 ; eval "$(starship init zsh)"