diff options
Diffstat (limited to 'shellrc')
-rw-r--r-- | shellrc | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -55,21 +55,6 @@ genpasswd() { tr -dc A-Za-z0-9_ < /dev/urandom | head -c ${l} | xargs } -# Clip stdin to clipboard -clip() { - xclip -selection clipboard -} - -# Clip current HEAD hash to clipboard -gitclip() { - git rev-parse HEAD | clip -} - -# Make screenshot -xshot() { - import -window "$(xdotool selectwindow)" ~/xshot_$(date +%F_%H%M%S_%N).png -} - # Run given command every second dorepeat() { while true; do |