add gitlab host

This commit is contained in:
Price Hiller 2022-06-17 00:51:00 -05:00
parent ef9eb20397
commit b36193e929

View File

@ -52,6 +52,9 @@ export FZF_DEFAULT_COMMAND='fd --hidden --exclude .git --color=always'
export FZF_DEFAULT_OPTS="--height=80% --layout=reverse --info=inline --border --margin=1 --padding=1 --ansi"
export FZF_CTRL_T_COMMAND="${FZF_DEFAULT_COMMAND}"
# Gitlab
export GITLAB_HOST="https://gitlab.orion-technologies.io"
if which nvim >/dev/null 2>&1; then
export EDITOR=nvim
export VISUAL=nvim