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)