Add basic zsh connection

This commit is contained in:
Marty Oehme 2020-02-01 18:24:18 +01:00
parent 902ca7dc02
commit bb900a090f
9 changed files with 69 additions and 54 deletions

6
home/.zshenv Normal file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env zsh
#
# make zsh source the correct directory
export XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-"$HOME/.config"}
ZDOTDIR="$XDG_CONFIG_HOME/zsh"