aboutsummaryrefslogtreecommitdiff
path: root/shellrc
diff options
context:
space:
mode:
Diffstat (limited to 'shellrc')
-rw-r--r--shellrc15
1 files changed, 0 insertions, 15 deletions
diff --git a/shellrc b/shellrc
index 1faa936..1c274db 100644
--- a/shellrc
+++ b/shellrc
@@ -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