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.

52 lines
1.4 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. FREECIV_DATA_PATH=$HOME/.config/freeciv
  2. # don't load default zshrc
  3. setopt no_global_rcs
  4. # environment variables
  5. #export XDG_CONFIG_HOME="$HOME"/.config
  6. #export XDG_DATA_HOME="$HOME"/.local/share
  7. #export XDG_CACHE_HOME="$HOME"/.cache
  8. # move zsh config to $XDG_CONFIG_HOME
  9. #export ZDOTDIR="$XDG_CONFIG_HOME"/zsh
  10. # GTK
  11. #export GTK_RC_FILES="$XDG_CONFIG_HOME"/gtk-1.0/gtkrc
  12. #export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/gtkrc
  13. # to prevent .wine in home
  14. #export WINEPREFIX="$XDG_DATA_HOME"/wineprefixes/default
  15. #for nvidia cuda, in case I should use it
  16. #export CUDA_CACHE_PATH="$XDG_CACHE_HOME"/nv
  17. #GnuPG
  18. #export GNUPGHOME="$XDG_DATA_HOME"/gnupg
  19. #gpg2 --homedir "$XDG_DATA_HOME"/gnupg
  20. # npm
  21. #export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME"/npm/npmrc
  22. # Java OpenJDK
  23. #export _JAVA_OPTIONS=-Djava.util.prefs.userRoot="$XDG_CONFIG_HOME"/java
  24. # Gradle
  25. #export GRADLE_USER_HOME="$XDG_DATA_HOME"/gradle
  26. # Pylint
  27. #export PYLINTHOME="$XDG_CACHE_HOME"/pylint
  28. # less
  29. #export LESSKEY="$XDG_CACHE_HOME"/less
  30. #export LESSHISTFILE="$XDG_CACHE_HOME"/less/history
  31. # aliases
  32. # to temporary disable them in case they override defaults,
  33. # use \.. , e.g. \ls
  34. # to see what the alias means, use type [alias]
  35. alias ls="ls -lah --color"
  36. alias dot='/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME'
  37. alias mvmkv='find . -name "*.mkv" -type f -exec mv {} ./ \;'
  38. alias wget='wget --hsts-file=$XDG_CACHE_HOME/wget-hsts'
  39. alias mbsync='mbsync -c $XDG_CONFIG_HOME/isync/mbsyncrc'