This commit is contained in:
Sami Samhuri 2016-06-27 10:58:00 -07:00
parent ac34403d99
commit e01bb484f4

6
zshrc
View file

@ -316,3 +316,9 @@ function is_screen_running() {
if is_interactive && command_exists screen && not_in_screen && is_screen_running; then
screen -rx
fi
if [[ -e ~/.opam ]]; then
# OPAM configuration
. ~/.opam/opam-init/init.zsh > /dev/null
fi