diff options
| author | Bobby <[email protected]> | 2022-11-05 11:42:31 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-05 11:42:31 -0400 |
| commit | 2065fe09434aec2d19d3a0bb6df59a1ac762726d (patch) | |
| tree | 04eea1e601857be98ffdfe053a05e56f61ac5a29 | |
| parent | a394ee24e629872e1e2bc69837e2ca2374324514 (diff) | |
| download | texty-2065fe09434aec2d19d3a0bb6df59a1ac762726d.tar.xz texty-2065fe09434aec2d19d3a0bb6df59a1ac762726d.zip | |
chore: remove bin from source
| -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." |
