# HG changeset patch # User Dirk Olmes # Date 1507188668 -7200 # Node ID a8fd9ba4d2bc06545a0c05294a96a8fa3bc98a44 # Parent abe96094c876674567ad67180b6009a7baa16bbc# Parent 9068de5302cec13d244ee0405a5c6e0fc232af0a merge with upstram diff -r abe96094c876 -r a8fd9ba4d2bc zshrc-xanthippe --- 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"