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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user