diff options
Diffstat (limited to '.zprofile')
| -rw-r--r-- | .zprofile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.zprofile b/.zprofile new file mode 100644 index 0000000..31bd209 --- /dev/null +++ b/.zprofile @@ -0,0 +1,11 @@ +#!/bin/sh + +#[[ -f ~/.config/zsh/.zshenv ]] && source ~/.config/zsh/.zshenv +#[[ -f ~/.config/zsh/.zshrc ]] && source ~/.config/zsh/.zshrc + +# Xresources +[[ -f ~/.config/X11/.Xresources ]] && xrdb -merge ~/.config/X11/.Xresources +#. "/home/srdusr/.local/share/cargo/env" +#. "$HOME/.cargo/env" +ZDOTDIR="${XDG_CONFIG_HOME}/zsh" + |
