Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Increase in-memory and on-disk history
- HISTSIZE=100000
- SAVEHIST=100000
- # Record timestamps, skip search duplicates, ignore consecutive duplicates,
- # append when finished
- setopt EXTENDED_HISTORY HIST_FIND_NO_DUPS HIST_IGNORE_DUPS INC_APPEND_HISTORY_TIME
- # Disable XON/XOFF to enable Ctrl-S forward search
- stty -ixon
- # Add keg-only Homebrew formulas to PATH
- export PATH="/opt/homebrew/opt/curl/bin:/opt/homebrew/opt/ruby/bin:$PATH"
- # Unload LLMs after each response to free RAM
- export OLLAMA_KEEP_ALIVE=0
Advertisement
Add Comment
Please, Sign In to add comment