dotfiles

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

commit 91e3de2cc7d6bc126bf28c472c33aaa11bae5221 (tree)
parent cf14ee7f12e9cb0594ebdf0589b9f6c11e9a1d8a
Author: Motiejus Jakštys <motiejus@uber.com>
Date:   Tue, 30 Jul 2019 11:07:57 +0300

leave GOPATH to .envrc

Diffstat:
Mbash/.profile_motiejus | 10----------
1 file changed, 0 insertions(+), 10 deletions(-)

diff --git a/bash/.profile_motiejus b/bash/.profile_motiejus @@ -8,8 +8,6 @@ export UNISONLOCALHOSTNAME=motiejus-MBP.lan export GOTRACEBACK=all export VAGRANT_DEFAULT_PROVIDER=virtualbox -export GOPATH=$HOME/.go-code - eval "$(direnv hook bash)" export DIRENV_LOG_FORMAT="" export PATH=/usr/local/opt/sqlite/bin:$HOME/bin:$HOME/.cargo/bin:$PATH @@ -44,11 +42,3 @@ alias grep='/usr/local/bin/ggrep' alias hosts='cat $HOME/x/hosts' -# lock your screen -_motiejus() { - local sleeptime=$((cat .motiejus 2>/dev/null || echo -n 0; echo +0.1) | bc) - echo -n $sleeptime > .motiejus - echo $sleeptime -} - -#sleep $(_motiejus)