summary refs log tree commit diff
path: root/zshenv
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-02 18:13:09 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-02 18:13:09 -0800
commitaf213597bfd3f0993fa5957cb267c6a09039db16 (patch)
tree2876943bc71af614df87f0b35a575029fe8d4267 /zshenv
parentorg: clean up config (diff)
downloademacs.d-af213597bfd3f0993fa5957cb267c6a09039db16.tar.gz
remove non-emacs configuration
Only keep emacs' configuration in this repository. Everything else is
moved to the repository with my configuration for linux.
Diffstat (limited to 'zshenv')
-rw-r--r--zshenv6
1 files changed, 0 insertions, 6 deletions
diff --git a/zshenv b/zshenv
deleted file mode 100644
index 3cd0379..0000000
--- a/zshenv
+++ /dev/null
@@ -1,6 +0,0 @@
-export EDITOR="mg"
-export PATH=~/workspace/go/bin:~/.fly/bin:$PATH
-export GOPATH=~/workspace/go
-export PAGER='less -R'
-
-alias add="arc diff --draft"