changeset 125:a8fd9ba4d2bc

merge with upstram
author Dirk Olmes <dirk@xanthippe.ping.de>
date Thu, 05 Oct 2017 09:31:08 +0200
parents abe96094c876 (current diff) 9068de5302ce (diff)
children 6f008c7a63d7
files
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/zshrc-xanthippe	Thu Oct 05 09:29:16 2017 +0200
+++ b/zshrc-xanthippe	Thu Oct 05 09:31:08 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"