blob: 72b5f5122c4d8f861222157b28e66cb5057b671a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
export EDITOR="mg"
export PATH=~/workspace/go/bin:$PATH
export GOPATH=~/workspace/go
export PAGER='less -R'
alias add="arc diff --draft"
if [ -d /home/fcuny/.fly ]; then
export FLYCTL_INSTALL="/home/fcuny/.fly"
export PATH="$FLYCTL_INSTALL/bin:$PATH"
fi
|