commit 9d1ea8cb8e4e6444e2261d2df5be8034f17d7358
parent 303e508be36b30a1747a211812fcb745d86de5f3
Author: Ed van Bruggen <edvb54@gmail.com>
Date: Sat, 15 Jul 2017 22:32:40 -0700
bin: Change comments
Diffstat:
4 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/bin/$ b/bin/$
@@ -1,6 +1,5 @@
#!/usr/bin/env bash
-# $: a script for blindly copying commands from the internet
+# $: blindly copy commands from the internet
"$@"
-
diff --git a/bin/ED.sh b/bin/ED.sh
@@ -1,6 +1,8 @@
#!/usr/bin/env bash
-# ED: Rotate between $EDITORs
+# ED: change between $EDITORs
+#
+# To install add `source path/to/ED.sh` to your shell's rc file
ED() {
local EDITOR_new
diff --git a/bin/g b/bin/g
@@ -1,7 +1,6 @@
#!/usr/bin/env bash
-# g: small script to alias git to g and automatically print status if no
-# argument is given
+# g: tiny wrapper for git
if [[ $# -eq 0 ]]; then
git status
diff --git a/bin/screen.sh b/bin/screen.sh
@@ -1,9 +1,8 @@
#!/usr/bin/env bash
-# srceen.sh: handle my multi-screen setup
+# screen.sh: handle my multi-screen setup
#
# Run this command every time you boot up so these settings are loaded.
-#
if [[ $(hostname -s) = carl-* ]]; then
xrandr --output DVI-I-1 --mode 1600x900 --pos 1680x40 --rotate normal --output DVI-D-1 --mode 1680x1050 --pos 0x0 --rotate normal --primary --output DVI-D-2 --off