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.

16 lines
418 B

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. # move zsh config to $XDG_CONFIG_HOME
  7. export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
  8. # aliases
  9. # to temporary disable them in case they override defaults,
  10. # use \.. , e.g. \ls
  11. alias ls="ls -lah --color"
  12. alias dot='/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME'