diff options
Diffstat (limited to '.profile')
| -rwxr-xr-x | .profile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.profile b/.profile new file mode 100755 index 0000000..7a45530 --- /dev/null +++ b/.profile @@ -0,0 +1,10 @@ +#!/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" |
