# HG changeset patch # User Dirk Olmes # Date 1495553283 -7200 # Node ID 9068de5302cec13d244ee0405a5c6e0fc232af0a # Parent 52a56c1213704f0e71276cef16a8bf9dce5853a7# Parent 469f954e86c86c6f6367200742c73fb83cb7bc56 Automated merge with https://localhost/hg/zsh-env diff -r 52a56c121370 -r 9068de5302ce zshrc-xanthippe --- 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"