1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-27 05:20:31 +01:00

Move zsh config to its own directory.

This commit is contained in:
Bert Peters
2016-12-27 19:05:43 +01:00
parent bb77c0a475
commit 0e57e08dee
9 changed files with 9 additions and 12 deletions

View File

@@ -9,6 +9,9 @@ if [ -z $XDG_DATA_HOME ]; then
export XDG_DATA_HOME="$HOME/.local/share"
fi
# Move the remaining zsh installation
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
# Some systems do not set XDG_RUNTIME_DIR, create an alternative.
if [ -z $XDG_RUNTIME_DIR ]; then
if [ -n "$TMPDIR" ]; then