Alexander Hess
13b8724696
With the help of xdg-ninja (https://github.com/b3nj5m1n/xdg-ninja) we move all kinds of config/cache files into the XDG directories
5 lines
179 B
Bash
5 lines
179 B
Bash
# Executed by zsh when a login shell starts
|
|
|
|
# Unify ~/.profile and ~/.zprofile conceptually
|
|
# (~/.zlogin is skipped here as it is sourced after ~/.zshrc)
|
|
source "$HOME/.profile"
|