Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sammcj committed Dec 4, 2024
1 parent 7d3266e commit ca8f2e2
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .genaiscript/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# avoid merge issues and ignore files in diffs
*.json -diff merge=ours linguist-generated
*.jsonl -diff merge=ours linguist-generated
*.js -diff merge=ours linguist-generated
8 changes: 8 additions & 0 deletions .genaiscript/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
runs/
cache/
retrieval/
containers/
temp/
tests/
stats/
*.csv
14 changes: 13 additions & 1 deletion .gitignoreglobal
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
# allow recommending extensions in repos
!**/.vscode/extensions.json
!.vscode/extensions.json
.vscode/*
**/.vscode/*
**/.vscode
.idea
*.swp
*.swo
Expand Down Expand Up @@ -33,3 +34,14 @@ Session.vim
#cmake
CMakeFiles/*
CMakeCache.txt

**/*.log
**/*.pem
**/*.key
**/*.crt
**/*.csr
**/*.cer
**/*.pfx
**/*.p12

**/*.pdf
2 changes: 2 additions & 0 deletions 1-zgen.rc
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ if ! zgen saved; then
zsh-users/zsh-history-substring-search
zdharma-continuum/fast-syntax-highlighting

ocodo/ollama_zsh_completion

# git related
peterhurford/git-it-on.zsh

Expand Down
2 changes: 1 addition & 1 deletion 9-functions.rc
Original file line number Diff line number Diff line change
Expand Up @@ -1418,7 +1418,7 @@ function touchid_sudo() {
a() {
# Run aria2c with the specified options
aria2c \
--split=8 \
--split=12 \
--always-resume=true \
--enable-http-pipelining=true \
--http-accept-gzip=true \
Expand Down

0 comments on commit ca8f2e2

Please sign in to comment.