ZSH update for termite

panther
J. Fernando Sánchez 8 years ago
parent f8a7c1e39d
commit 90d6b9aad9

@ -1 +0,0 @@
.zprezto/runcoms/zshrc

@ -0,0 +1,15 @@
#
# Executes commands at the start of an interactive session.
#
# Authors:
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
# Source Prezto.
if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
fi
# Customize to your needs...
eval $(dircolors ~/.dircolors)
Loading…
Cancel
Save