diff options
author | Stefan Ritter <gideonstar@thehappy.de> | 2009-07-21 01:20:11 +0200 |
---|---|---|
committer | Stefan Ritter <gideonstar@thehappy.de> | 2009-07-21 01:20:11 +0200 |
commit | 9426db03305caae17e1be7c448a2ea74c0b09cc9 (patch) | |
tree | f52cae078460af283b67940ddde4bbe79b027ddc /zshrc | |
parent | 110657337580d226e090a54259bd6b18d0a6274c (diff) |
Added DEBEMAIL ẞ DEBFULLNAME
Diffstat (limited to '')
-rw-r--r-- | zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ PCOMM=%{$(echo -n '\e[0;37m')%} PROMPT="$PUSER$PATKI$PHOST$PDOPP$PPATH$PCOMM • " export PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/games +export DEBEMAIL=xeno@thehappy.de +export DEBFULLNAME="Stefan Ritter" # Set terminal title dynamic case $TERM in |