Advertisement
Guest User

Untitled

a guest
Jul 5th, 2014
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. # The following lines were added by compinstall
  2.  
  3. zstyle ':completion:*' list-suffixes true
  4. zstyle ':completion:*' squeeze-slashes true
  5. zstyle :compinstall filename '/home/luca/.zshrc'
  6.  
  7. autoload -Uz compinit
  8. compinit
  9. # End of lines added by compinstall
  10. # Lines configured by zsh-newuser-install
  11. HISTFILE=~/.histfile
  12. HISTSIZE=12000
  13. SAVEHIST=12000
  14. setopt appendhistory autocd beep nomatch
  15. bindkey -e
  16. # End of lines configured by zsh-newuser-install
  17.  
  18. # wiki.archlinux.org/index.php/Java#Better_font_rendering
  19. export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement