diff options
| -rw-r--r-- | .gitignore | 3 | ||||
| -rwxr-xr-x | bin/configure | 7 |
2 files changed, 3 insertions, 7 deletions
@@ -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." |
