diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2010-11-09 21:26:06 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2010-11-09 21:26:06 +0100 | 
| commit | 6e37b097ab1955bc8746ed7f13171f2871d7b0a9 (patch) | |
| tree | 74d900636fa48c71c71960586439ac96e2e814c2 | |
| parent | a59817af3cc3b6cecd704b42a1e8e8b0beeff47e (diff) | |
zshrc: Add icli alias for host != aneurysm
| -rw-r--r-- | etc/.zshrc | 4 | 
1 files changed, 4 insertions, 0 deletions
| @@ -440,6 +440,10 @@ if [[ ${HOST} == aneurysm ]] { #{{{  		alias mutt-${${mdir#.}//\//-}="mutt -f ${HOME}/Maildir/${mdir}"  	done < Maildir/maildirs +# }}} +} else { #{{{ + +	alias icli='ssh aneurysm icli'  } #}}}  if [[ -e /tmp/.x-started ]] { #{{{ | 
