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.

39 lines
1006 B

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
4 months 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=10000
  9. SAVEHIST=10000
  10. bindkey -e
  11. # End of lines configured by zsh-newuser-install
  12. export PATH="/usr/local/ubin:$HOME/bin:$HOME/go/bin:$HOME/.cargo/bin:$HOME/anaconda3/bin:$PATH:/usr/local/cuda/bin"
  13. export EDITOR="vim"
  14. ZSH_CONFIG="$HOME/.config/zsh"
  15. source "$ZSH_CONFIG/functions"
  16. zsh_add_config keybinds.zsh
  17. PURE_PROMPT_SYMBOL="$"
  18. if [ "$USER" = "root" ]; then
  19. PURE_PROMPT_SYMBOL="#"
  20. fi
  21. PROMPT_PURE_SSH_CONNECTION=YES
  22. zsh_fpath_plugin sindresorhus/pure
  23. autoload -U promptinit; promptinit
  24. zstyle :prompt:pure:user color cyan
  25. zstyle :prompt:pure:host color white
  26. zstyle ':prompt:pure:prompt:*' color white
  27. prompt pure
  28. zsh_add_plugin zsh-users/zsh-syntax-highlighting
  29. ZSH_AUTOSUGGEST_STRATEGY=(history completion)
  30. zsh_add_plugin zsh-users/zsh-autosuggestions
  31. fastfetch