Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # The following lines were added by compinstall
- zstyle ':completion:*' list-suffixes true
- zstyle ':completion:*' squeeze-slashes true
- zstyle :compinstall filename '/home/luca/.zshrc'
- autoload -Uz compinit
- compinit
- # End of lines added by compinstall
- # Lines configured by zsh-newuser-install
- HISTFILE=~/.histfile
- HISTSIZE=12000
- SAVEHIST=12000
- setopt appendhistory autocd beep nomatch
- bindkey -e
- # End of lines configured by zsh-newuser-install
- # wiki.archlinux.org/index.php/Java#Better_font_rendering
- 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