Skip to content

Instantly share code, notes, and snippets.

@hcastillaq
Last active January 16, 2020 07:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hcastillaq/187ecd990ab5b44f149f8112290f928f to your computer and use it in GitHub Desktop.
Save hcastillaq/187ecd990ab5b44f149f8112290f928f to your computer and use it in GitHub Desktop.
zsh
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="/home/hcastillaq/.oh-my-zsh"
ZSH_THEME="robbyrussell"
plugins=(git zsh-syntax-highlighting zsh-autosuggestions node npm)
source $ZSH/oh-my-zsh.sh
if [ "$TMUX" = "" ]; then tmux; fi
_fix_cursor() {
echo -ne '\e[5 q'
}
precmd_functions+=(_fix_cursor)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment