Guest User

Untitled

a guest
Oct 17th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. # Lines configured by zsh-newuser-install
  2. HISTFILE=~/.histfile
  3. HISTSIZE=2000
  4. SAVEHIST=100000
  5. WORDCHARS='*?[]~&!#$%^(){}<>'
  6. #PROMPT=$'%{\e[0;34m%}%n@%m :%~:%?%# '
  7. PROMPT=$'%{\e[0;31m%}%n%{\e[1;35m%}@%{\e[0;32m%}%m%{\e[0;34m%}%~%{\e[1;31m%}%?%{\e[0;37m%}%#%{\e[1;38m%} '
  8. RPROMPT='%*'
  9. PATH="$PATH:/sbin/:/usr/sbin"
  10. alias ls='ls --color -p'
  11. alias emacs='emacs -nw'
  12. alias nano='emacs -nw'
  13. alias xl='xscreensaver-command -lock'
  14. alias la='ls -lAh'
  15. alias rdesktop-dc2='rdesktop -u administrator -d headlondon 192.168.0.86'
  16. alias grep='grep --color'
  17. alias ps='ps fauxww'
  18. alias s='sudo'
  19. alias n='netstat -plan | grep UNIX -B 1000 | grep -v UNIX'
  20. alias ns='sudo netstat -plan | grep UNIX -B 1000 | grep -v UNIX'
  21. alias screee='ssh-agent screen'
  22. setopt autocd extendedglob nomatch notify
  23. unsetopt beep
  24. bindkey -e
  25. # End of lines configured by zsh-newuser-install
  26. # The following lines were added by compinstall
  27. zstyle :compinstall filename '/home/alex/.zshrc'
  28.  
  29. autoload -Uz compinit
  30. compinit
  31. autoload -U promptinit
  32. promptinit
  33. # End of lines added by compinstall
  34.  
  35.  
  36. [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
Add Comment
Please, Sign In to add comment