mirror of
https://github.com/anthonyoteri/dotfiles.git
synced 2026-06-05 23:56:52 -04:00
14 lines
391 B
Plaintext
14 lines
391 B
Plaintext
set -gx GPG_TTY (tty)
|
|
|
|
alias vim=/usr/bin/nvim
|
|
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
|
|
|
# Edgeware Specific Environment
|
|
alias docker-run=$HOME/workspace/monorepo/docker.sh
|
|
#set -x PIP_INDEX_URL https://pypi.edgeware.tv/simple/
|
|
set -x MONOREPO_ROOT $HOME/workspace/monorepo
|
|
set -x AWS_PROFILE streampilot-dev
|
|
|
|
# Faster Docker Builds
|
|
set -x DOCKER_BUILDKIT 1
|