dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit fbe1029e345fd6ac37b56bec7ef2b1e1b4521d3e (tree)
parent 77594ebff0f6ea17039f4db03281aa6fbee29534
Author: Motiejus Jakštys <desired.mta@gmail.com>
Date:   Tue, 23 Jun 2020 19:55:58 +0300

gf

Diffstat:
Mbash/.profile_motiejus | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bash/.profile_motiejus b/bash/.profile_motiejus @@ -11,7 +11,7 @@ eval "$(direnv hook bash)" export DIRENV_LOG_FORMAT="" export CLUSTODSN=postgresql://clusto:clusto@127.0.0.1:5432/clusto export EDITOR=vim -export GOPATH=$HOME/.gopath +#export GOPATH=$HOME/.gopath ulimit -Sn 10240 @@ -43,6 +43,7 @@ export UBER_PROFILE_UID=motiejus export UBER_LDAP_UID=motiejus alias cerberus='cerberus --zone phx2 --no-status-page' alias gp='git remote | parallel --verbose git push' +alias gf='git remote | parallel --verbose git fetch' export UBER_HOME=/home/motiejus/Uber export UBER_OWNER=motiejus@uber.com