From 90d6b9aad975218ae4eeac73c41360f9165cc4d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Thu, 7 Jan 2016 12:53:33 +0100 Subject: [PATCH] ZSH update for termite --- zsh/.zshrc | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) mode change 120000 => 100644 zsh/.zshrc diff --git a/zsh/.zshrc b/zsh/.zshrc deleted file mode 120000 index ff7ceae..0000000 --- a/zsh/.zshrc +++ /dev/null @@ -1 +0,0 @@ -.zprezto/runcoms/zshrc \ No newline at end of file diff --git a/zsh/.zshrc b/zsh/.zshrc new file mode 100644 index 0000000..b51f708 --- /dev/null +++ b/zsh/.zshrc @@ -0,0 +1,15 @@ +# +# Executes commands at the start of an interactive session. +# +# Authors: +# Sorin Ionescu +# + +# Source Prezto. +if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then + source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" +fi + +# Customize to your needs... + +eval $(dircolors ~/.dircolors)