1
0
mirror of https://gitlab.com/linuxstuff/dotfiles.git synced 2026-06-19 04:06:00 +02:00

Added aliases

This commit is contained in:
h45h74x
2020-05-06 22:07:12 +02:00
parent 80a58d4669
commit 8b49bffca6
+4
View File
@@ -66,6 +66,10 @@ alias x=exit
# use like "fhistory 'cd ..' "
alias fhistory="history | grep"
# yadm
alias confu="yadm commit -am"
alias confup="yadm push"
# yay
alias yayi="yay -Q | grep"
alias yays="yay -S --sudoloop --noconfirm"