diff options
author | June McEnroe <june@causal.agency> | 2018-04-03 12:54:48 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-04-03 12:54:48 -0400 |
commit | fb18fcfaa9be09dffd473b8bd1c44cdb886db1a5 (patch) | |
tree | 16a65480c4f15f8a1d432a5d0c498cb6c5915faf /home/.bin/sup | |
parent | Highlight Special as Normal (diff) | |
download | src-fb18fcfaa9be09dffd473b8bd1c44cdb886db1a5.tar.gz src-fb18fcfaa9be09dffd473b8bd1c44cdb886db1a5.zip |
Move home bins to ~/.local/bin
Also replaced ~/.cargo/bin with a symlink to ~/.local/bin to avoid having to have that in $path as well.
Diffstat (limited to 'home/.bin/sup')
-rwxr-xr-x | home/.bin/sup | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/home/.bin/sup b/home/.bin/sup deleted file mode 100755 index 22f2b85e..00000000 --- a/home/.bin/sup +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env zsh -set -o errexit -o nounset -o pipefail - -dir=$(mktemp -d) -screencapture -i "$dir/capture.png" -pngo "$dir/capture.png" -up "$dir/capture.png" -rm -r "$dir" |