dotfiles/.zprofile
ziro 5469ff1cd3 + Added zprofile (For now only sourcing zshrc)
+ Xresources now inside .config
+ Added alias to open zshenv
2020-05-11 12:07:06 +07:00

3 lines
44 B
Bash

#!/bin/zsh
[[ -f ~/.zshrc ]] && . ~/.zshrc