aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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."