mirror of
https://github.com/Yannick7777/dotfiles.git
synced 2025-06-26 14:45:21 +02:00
Separate yay and pacman better
This commit is contained in:
parent
ff87899c6f
commit
79bbc2ebeb
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -50,7 +50,7 @@ alias vpn-status='wgshow=$(sudo wg show) ; echo $wgshow | grep -qs "interface" &
|
||||||
alias update-grub='sudo grub-mkconfig -o /boot/grub/grub.cfg'
|
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 sync-mirrors='sudo systemctl restart reflector.service && cat /etc/pacman.d/mirrorlist'
|
||||||
alias dotfiles='/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME'
|
alias dotfiles='/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME'
|
||||||
|
alias yay='yay --aur'
|
||||||
|
|
||||||
# Will probably get migrated into a setup script in the future:
|
# Will probably get migrated into a setup script in the future:
|
||||||
dotfiles config --local status.showUntrackedFiles no
|
dotfiles config --local status.showUntrackedFiles no
|
||||||
|
|
Loading…
Add table
Reference in a new issue