mirror of
https://github.com/Yannick7777/dotfiles.git
synced 2025-06-26 06:35:23 +02:00
Add tiny improvement regarding git
This commit is contained in:
parent
939e84ddc1
commit
e7d835ffca
1 changed files with 5 additions and 0 deletions
5
.zshrc
5
.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)"
|
||||
|
|
Loading…
Add table
Reference in a new issue