diff options
Diffstat (limited to 'vis-copy')
| -rwxr-xr-x | vis-copy | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/bin/sh if [ ! -z "$DISPLAY" ]; then - exec xsel -i + exec xsel -ib elif type pbcopy >/dev/null 2>&1; then exec pbcopy else |
