summaryrefslogblamecommitdiff
path: root/zshenv
blob: 3cd037994ee9274126bf6ee73847cbd761b09ddd (plain) (tree)
1
2
3
4
5
6
                  
                                               
                            
                      
 
                            
export EDITOR="mg"
export PATH=~/workspace/go/bin:~/.fly/bin:$PATH
export GOPATH=~/workspace/go
export PAGER='less -R'

alias add="arc diff --draft"