update i guess

This commit is contained in:
2018-03-26 02:14:41 +04:00
parent 5f901e6bf9
commit 43f5de83ba
4 changed files with 13 additions and 9 deletions

View File

@@ -17,9 +17,9 @@ fi
# Editors
#
export EDITOR='nano'
export VISUAL='nano'
export PAGER='less'
export EDITOR='vim'
export VISUAL='vim'
export PAGER='most'
#
# Language
@@ -73,7 +73,3 @@ fi
TMPPREFIX="${TMPDIR%/}/zsh"
# Setting PATH for Python 3.5
# The orginal version is saved in .zprofile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.5/bin:${PATH}"
export PATH