add opam
This commit is contained in:
parent
ac34403d99
commit
e01bb484f4
1 changed files with 6 additions and 0 deletions
6
zshrc
6
zshrc
|
|
@ -316,3 +316,9 @@ function is_screen_running() {
|
||||||
if is_interactive && command_exists screen && not_in_screen && is_screen_running; then
|
if is_interactive && command_exists screen && not_in_screen && is_screen_running; then
|
||||||
screen -rx
|
screen -rx
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ -e ~/.opam ]]; then
|
||||||
|
# OPAM configuration
|
||||||
|
. ~/.opam/opam-init/init.zsh > /dev/null
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue