pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

ixpict private pastebin - collaborative debugging tool What's a private pastebin?


Posted by ixpict on Sat 2 May 14:58
report abuse | download | new post

  1. # /etc/zsh/zprofile
  2.  
  3. [[ -e "/etc/profile.env" ]] && source /etc/profile.env
  4.  
  5. #077 would be more secure, but 022 is generally quite realistic
  6. umask 022
  7.  
  8. if [[ "$USER" == root ]]; then
  9. export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:${ROOTPATH}"
  10. else
  11. export PATH="/usr/local/bin:/usr/bin:/bin:${PATH}"
  12. fi
  13. unset ROOTPATH
  14.  
  15. #Продвинутое автодополнение
  16. autoload -U compinit
  17. compinit
  18.  
  19. GREEN="\033[0;32;40m"
  20. NORMAL="\033[0m"
  21. RED="\033[0;31;40m"
  22. BLUE="\033[0;34;40m"

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me so that I can delete my post