aboutsummaryrefslogtreecommitdiff
path: root/shellrc
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-04-11 13:23:06 +0200
committerKarel Kočí <cynerd@email.cz>2017-04-11 13:23:06 +0200
commitaddf0820e80286e42864f12ade3cd0215fa51bc4 (patch)
treeeedc6fb8fc35a00c67ad0bf35956f74164e1ddb6 /shellrc
parent968eb80c3fa1d3581186e47ff8d3c7a32aa6b577 (diff)
downloadmyconfigs-addf0820e80286e42864f12ade3cd0215fa51bc4.tar.gz
myconfigs-addf0820e80286e42864f12ade3cd0215fa51bc4.tar.bz2
myconfigs-addf0820e80286e42864f12ade3cd0215fa51bc4.zip
Fix email and other scripts called from i3
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