aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-11-05 11:42:31 -0400
committerBobby <[email protected]>2022-11-05 11:42:31 -0400
commit2065fe09434aec2d19d3a0bb6df59a1ac762726d (patch)
tree04eea1e601857be98ffdfe053a05e56f61ac5a29
parenta394ee24e629872e1e2bc69837e2ca2374324514 (diff)
downloadtexty-2065fe09434aec2d19d3a0bb6df59a1ac762726d.tar.xz
texty-2065fe09434aec2d19d3a0bb6df59a1ac762726d.zip
chore: remove bin from source
-rw-r--r--.gitignore3
-rwxr-xr-xbin/configure7
2 files changed, 3 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index b6e4761..db2caeb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -127,3 +127,6 @@ dmypy.json
# Pyre type checker
.pyre/
+
+# Configure script
+bin/configure
diff --git a/bin/configure b/bin/configure
deleted file mode 100755
index 7a0e88e..0000000
--- a/bin/configure
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/zsh
-alias commit="./commit.sh"
-alias setup="python3 setup.py"
-echo "Added aliases for commit and setup."
-echo ""
-echo "Run 'setup' to start the setup again. Run 'setup -h' for more options."
-echo "Run 'commit' to commit changes. Run 'commit -h' for help."