Archived
1
0
Fork 0
This repository has been archived on 2024-11-21. You can view files and clone it, but cannot push or open issues or pull requests.
bootstrapper/files/etc/zsh/zshenv
2024-03-14 08:02:20 +01:00

4 lines
227 B
Bash

#!/bin/sh
[ -z "$XDG_DATA_DIRS" ] && export XDG_DATA_DIRS="/usr/local/share:/usr/share"
[ -z "$XDG_CONFIG_HOME" ] && export XDG_CONFIG_HOME="$HOME/.config"
[ -d "$XDG_CONFIG_HOME/zsh" ] && export ZDOTDIR="$XDG_CONFIG_HOME/zsh"