Skip to content

Instantly share code, notes, and snippets.

@acrognale
Created August 25, 2015 15:58
Show Gist options
  • Save acrognale/1a03a50670d1b8754f1a to your computer and use it in GitHub Desktop.
Save acrognale/1a03a50670d1b8754f1a to your computer and use it in GitHub Desktop.
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
bindkey -v
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/home/anthony/.zshrc'
autoload -U compinit promptinit
compinit
# End of lines added by compinstall
alias vi="vim"
export GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=ibus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment