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

Added size aliases and xclip help

This commit is contained in:
Simon
2020-07-16 21:10:05 +02:00
parent 7c476070b7
commit d3238cc969
+5
View File
@@ -14,12 +14,17 @@ alias tlpauto="sudo tlp start"
##### Global
# File Size
alias size="du -sh "
alias sizer="du -ch "
# Scripts
alias scradj="zsh ~/Scripts/scradjust2.sh"
# help
alias hquiet="echo '>/dev/null 2>&1' or use QUIET var"
alias hpath="echo use PWD variable"
alias hxclip="echo 'cat ... | xclip -se c'"
# xdotool
alias CAPS="xdotool key Caps_Lock"