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 &