mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-06-20 04:30:53 +02:00
Added size aliases and xclip help
This commit is contained in:
@@ -14,12 +14,17 @@ alias tlpauto="sudo tlp start"
|
|||||||
|
|
||||||
##### Global
|
##### Global
|
||||||
|
|
||||||
|
# File Size
|
||||||
|
alias size="du -sh "
|
||||||
|
alias sizer="du -ch "
|
||||||
|
|
||||||
# Scripts
|
# Scripts
|
||||||
alias scradj="zsh ~/Scripts/scradjust2.sh"
|
alias scradj="zsh ~/Scripts/scradjust2.sh"
|
||||||
|
|
||||||
# help
|
# help
|
||||||
alias hquiet="echo '>/dev/null 2>&1' or use QUIET var"
|
alias hquiet="echo '>/dev/null 2>&1' or use QUIET var"
|
||||||
alias hpath="echo use PWD variable"
|
alias hpath="echo use PWD variable"
|
||||||
|
alias hxclip="echo 'cat ... | xclip -se c'"
|
||||||
|
|
||||||
# xdotool
|
# xdotool
|
||||||
alias CAPS="xdotool key Caps_Lock"
|
alias CAPS="xdotool key Caps_Lock"
|
||||||
|
|||||||
Reference in New Issue
Block a user