Skip to content

Instantly share code, notes, and snippets.

@aawray
Last active January 22, 2018 07:17
Show Gist options
  • Save aawray/8874805 to your computer and use it in GitHub Desktop.
Save aawray/8874805 to your computer and use it in GitHub Desktop.
#set +o history
fc -p
export BROWSER=/usr/bin/firefox
export EDITOR=/usr/bin/vim
export VISUAL=/usr/bin/vim
export TMP="$HOME/.tmp"
export TEMP="$TMP"
export TMPDIR="$TMP"
export TMPPREFIX="${TMPDIR}/zsh"
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
autoload -U zmv
autoload -Uz colors && colors
autoload -Uz compinit && compinit
autoload -Uz promptinit && promptinit && prompt redhat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment