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

Added new aliases

This commit is contained in:
Simon
2020-05-05 11:57:20 +02:00
parent dc1a30eab4
commit adcbca2d37
+7 -3
View File
@@ -15,7 +15,7 @@ alias tlpauto="sudo tlp start"
##### Global
# Scripts
alias scradj="zsh ~/Scripts/scradjust2.sh"
alias scradj="zsh ~/Scripts/Display/scradjust2.sh"
# help
alias hquiet="echo '>/dev/null 2>&1' or use QUIET var"
@@ -51,8 +51,8 @@ alias bt="sudo blueberry"
alias ap="sudo -b create_ap-gui"
# clock
alias clock="setsid urxvt -hold -e zsh -e ~/scripts/clock.sh"
alias clockx="setsid urxvt -hold -e zsh -e ~/scripts/clock.sh && exit"
alias clock="setsid urxvt -hold -e zsh -e ~/scripts/Display/clock.sh"
alias clockx="setsid urxvt -hold -e zsh -e ~/scripts/Display/clock.sh && exit"
# fun stuff
alias pipes="pipes -r 50000"
@@ -69,6 +69,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"