Guest User

Untitled

a guest
Jun 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. # Lines configured by zsh-newuser-install
  2. HISTFILE=~/.histfile
  3. HISTSIZE=1000
  4. SAVEHIST=1000
  5. setopt appendhistory autocd
  6. unsetopt beep
  7. bindkey -v
  8. # End of lines configured by zsh-newuser-install
  9.  
  10. autoload -U compinit promptinit
  11. compinit
  12. promptinit
  13. prompt adam1
  14.  
  15. bindkey "^[[1~" beginning-of-line
  16. bindkey "^[[4~" end-of-line
  17.  
  18. alias x-ion='xinit ~/.xinitrc_ion'
  19. alias x-utile='xinit ~/.xinitrc_utile'
  20. alias :wq='exit'
Add Comment
Please, Sign In to add comment