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.

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