My dotfiles
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.
 
 

30 lines
1.0 KiB

  1. # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
  2. # Initialization code that may require console input (password prompts, [y/n]
  3. # confirmations, etc.) must go above this block; everything else may go below.
  4. if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
  5. source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
  6. fi
  7. export LC_CTYPE=ru_RU.UTF-8
  8. alias dxyz="ssh root@rinri-d.xyz"
  9. alias mrcon="mcrcon -H rinri-d.xyz -p -t"
  10. alias vim="nvim"
  11. alias minemus="mpv --no-video https://youtu.be/Dg0IjOzopYU"
  12. # Lines configured by zsh-newuser-install
  13. HISTFILE=~/.histfile
  14. HISTSIZE=5000
  15. SAVEHIST=5000
  16. bindkey -e
  17. # End of lines configured by zsh-newuser-install
  18. # The following lines were added by compinstall
  19. zstyle :compinstall filename '/home/rinri/.zshrc'
  20. autoload -Uz compinit
  21. compinit
  22. # End of lines added by compinstall
  23. source ~/powerlevel10k/powerlevel10k.zsh-theme
  24. # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
  25. [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh