Mercurial > hg > zsh-env
comparison zshrc-xanthippe @ 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 | b44844181cf6 |
comparison
equal
deleted
inserted
replaced
121:3ed63e48767c | 122:469f954e86c8 |
---|---|
14 fi | 14 fi |
15 | 15 |
16 export GPG_TTY=`tty` | 16 export GPG_TTY=`tty` |
17 export PATH="$HOME/bin:$HOME/.nodejs/bin:${PATH}" | 17 export PATH="$HOME/bin:$HOME/.nodejs/bin:${PATH}" |
18 | 18 |
19 alias ne="nano -E" | |
19 alias top="htop -C" | 20 alias top="htop -C" |