Atualizar 'zshrc'

Commented out options not applicable everywhere.
This commit is contained in:
RenatoXSR
2019-03-18 18:41:29 -03:00
parent 7e5080a45c
commit 26f01c2a0e

View File

@@ -179,14 +179,14 @@ zstyle ':completion:*:ssh:*' group-order \
hosts-domain hosts-host users hosts-ipaddr hosts-domain hosts-host users hosts-ipaddr
zstyle '*' single-ignored show zstyle '*' single-ignored show
source $HOME/.bash_aliases #source $HOME/.bash_aliases
source $HOME/.profile #source $HOME/.profile
#source /home/renato/WebApp/silvrosa.llm-node.google-api.sh #source /home/renato/WebApp/silvrosa.llm-node.google-api.sh
test -r $HOME/.opam/opam-init/init.sh && . $HOME/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true #test -r $HOME/.opam/opam-init/init.sh && . $HOME/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true
mount | grep "${HOME}/drive.silveirarosa.com" > /dev/null || $HOME/.opam/default/bin/google-drive-ocamlfuse $HOME/drive.silveirarosa.com #mount | grep "${HOME}/drive.silveirarosa.com" > /dev/null || $HOME/.opam/default/bin/google-drive-ocamlfuse $HOME/drive.silveirarosa.com
# ### FIM ###