You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
946 B

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. # The following lines were added by compinstall
  2. zstyle :compinstall filename "$HOME/.zshrc"
  3. autoload -Uz compinit
  4. compinit
  5. # End of lines added by compinstall
  6. # Lines configured by zsh-newuser-install
  7. HISTFILE=~/.histfile
  8. HISTSIZE=1000
  9. SAVEHIST=1000
  10. bindkey -e
  11. # End of lines configured by zsh-newuser-install
  12. export PATH="/usr/local/ubin:$HOME/bin:$HOME/go/bin:$HOME/anaconda3/bin:$PATH"
  13. ZSH_CONFIG="$HOME/.config/zsh"
  14. source "$ZSH_CONFIG/functions"
  15. zsh_add_config keybinds.zsh
  16. PURE_PROMPT_SYMBOL="$"
  17. if [ "$USER" = "root" ]; then
  18. PURE_PROMPT_SYMBOL="#"
  19. fi
  20. PROMPT_PURE_SSH_CONNECTION=YES
  21. zsh_fpath_plugin sindresorhus/pure
  22. autoload -U promptinit; promptinit
  23. zstyle :prompt:pure:user color cyan
  24. zstyle :prompt:pure:host color white
  25. zstyle ':prompt:pure:prompt:*' color white
  26. prompt pure
  27. zsh_add_plugin zsh-users/zsh-syntax-highlighting
  28. ZSH_AUTOSUGGEST_STRATEGY=(history completion)
  29. zsh_add_plugin zsh-users/zsh-autosuggestions
  30. neofetch