diff options
Diffstat (limited to 'shellrc')
-rw-r--r-- | shellrc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |