# HG changeset patch # User Dirk Olmes # Date 1495553249 -7200 # Node ID 469f954e86c86c6f6367200742c73fb83cb7bc56 # Parent 3ed63e48767c5264459a1675fb948009f3384690 add an alias for nano diff -r 3ed63e48767c -r 469f954e86c8 zshrc-xanthippe --- a/zshrc-xanthippe Tue May 23 17:21:58 2017 +0200 +++ b/zshrc-xanthippe Tue May 23 17:27:29 2017 +0200 @@ -16,4 +16,5 @@ export GPG_TTY=`tty` export PATH="$HOME/bin:$HOME/.nodejs/bin:${PATH}" +alias ne="nano -E" alias top="htop -C"