changeset 122:469f954e86c8

add an alias for nano
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 23 May 2017 17:27:29 +0200
parents 3ed63e48767c
children 9068de5302ce
files zshrc-xanthippe
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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"