diff --git a/bin/mark-aarch64 b/bin/mark-aarch64 new file mode 100755 index 0000000..0827746 Binary files /dev/null and b/bin/mark-aarch64 differ diff --git a/ginit b/ginit index c73ad49..f5ddc5b 100755 --- a/ginit +++ b/ginit @@ -1,6 +1,8 @@ #!/bin/zsh git init +touch .gitignore +echo "*.env" >> .gitignore git stage -A git commit -m "init commit" diff --git a/goto b/goto index 48fd8a5..c33b8c2 100755 --- a/goto +++ b/goto @@ -3,7 +3,7 @@ # Dependencies: # quaxlyqueen/scripts/mark -BOOKMARKS_FILE="/home/violet/.bookmarks" +BOOKMARKS_FILE="/data/data/com.termux/files/home/.bookmarks" # Catch any invalid input. if [[ $# -eq 0 || $# -gt 1 ]]; then diff --git a/mark b/mark index e3ad289..0827746 100755 Binary files a/mark and b/mark differ