changeset 123:9068de5302ce

Automated merge with https://localhost/hg/zsh-env
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 23 May 2017 17:28:03 +0200
parents 52a56c121370 (current diff) 469f954e86c8 (diff)
children a8fd9ba4d2bc
files
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/zshrc-xanthippe	Thu May 18 07:43:09 2017 +0200
+++ b/zshrc-xanthippe	Tue May 23 17:28:03 2017 +0200
@@ -14,6 +14,7 @@
 fi
 
 export GPG_TTY=`tty`
-export PATH="$HOME/bin:${PATH}"
+export PATH="$HOME/bin:$HOME/.nodejs/bin:${PATH}"
 
+alias ne="nano -E"
 alias top="htop -C"