From ecbc1f8bb0f379f5a71506d1ef9731b712a25f7a Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Mon, 25 Jan 2016 15:48:57 -0500 Subject: [PATCH] Add .zprofile --- install.conf.yaml | 1 + zsh/.zprofile | 1 + 2 files changed, 2 insertions(+) create mode 100644 zsh/.zprofile diff --git a/install.conf.yaml b/install.conf.yaml index e562f3f..046450d 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -6,6 +6,7 @@ ~/.config/i3status: i3status/ ~/.config/zsh: zsh/ ~/.zshrc: zsh/.zshrc + ~/.zprofile: zsh/.zprofile ~/.hgrc: hg/.hgrc ~/.config/git: git ~/.vim: vim/ diff --git a/zsh/.zprofile b/zsh/.zprofile new file mode 100644 index 0000000..1b9d2f9 --- /dev/null +++ b/zsh/.zprofile @@ -0,0 +1 @@ +exec dropbox &