diff options
author | Shubham Saini <pryr@pryr.xyz> | 2020-11-18 11:48:43 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2020-11-18 11:48:43 +0000 |
commit | adfb4b481ccd9fad8936f20ca7b197d67f311d45 (patch) | |
tree | 0929bd56cff6812aae97d1d8699505571924a5be /bin | |
parent | 52424ac4a7bda7059dc020e58d2547979abbcd0e (diff) |
added vimtex
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/.local/bin/gitit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/.local/bin/gitit b/bin/.local/bin/gitit index af3eeec..5d576c2 100755 --- a/bin/.local/bin/gitit +++ b/bin/.local/bin/gitit | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | set -e | 2 | set -e |
3 | printf "\033[0;32mDeploying updates to GitHub...\033[0m\n" | 3 | printf "\033[0;32mDeploying updates to server...\033[0m\n" |
4 | git add . | 4 | git add . |
5 | msg="changes" | 5 | msg="changes" |
6 | if [ -n "$*" ]; then | 6 | if [ -n "$*" ]; then |