aboutsummaryrefslogtreecommitdiff
path: root/shellrc
diff options
context:
space:
mode:
Diffstat (limited to 'shellrc')
-rw-r--r--shellrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/shellrc b/shellrc
index ccf60be..3d9c29d 100644
--- a/shellrc
+++ b/shellrc
@@ -1,9 +1,6 @@
# vim: ft=sh:
# This is file with aliases and variables shared between bash and zsh
-export PATH=~/.local/bin:$PATH:$(ruby -e "print Gem.user_dir")/bin
-export EDITOR=vim
-
# Continue only if this is interactive shell
[[ $- != *i* ]] && return