1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-11-23 20:52:28 +00:00

ZSH update for termite

This commit is contained in:
J. Fernando Sánchez 2016-01-07 12:53:33 +01:00
parent f8a7c1e39d
commit 90d6b9aad9

View File

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

15
zsh/.zshrc Normal file
View File

@ -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)