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:
parent
f8a7c1e39d
commit
90d6b9aad9
@ -1 +0,0 @@
|
|||||||
.zprezto/runcoms/zshrc
|
|
15
zsh/.zshrc
Normal file
15
zsh/.zshrc
Normal 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)
|
Loading…
Reference in New Issue
Block a user