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.
 
 
 
 
 

17 lines
479 B

FREECIV_DATA_PATH=$HOME/.config/freeciv
# don't load default zshrc
setopt no_global_rcs
# environment variables
export XDG_CONFIG_HOME="$HOME/.config"
# move zsh config to $XDG_CONFIG_HOME
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
# aliases
# to temporary disable them in case they override defaults,
# use \.. , e.g. \ls
alias ls="ls -lah --color"
alias dot='/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME'
alias mvmkv='find . -name "*.mkv" -type f -exec mv {} ./ \;'