dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit c2e7c6e3dc90055bfb8ef00af3e118f1bcc20cf1
parent 712d09aa1024b302331794eeeb85264767ca56e9
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Wed, 20 Mar 2019 20:46:54 +0100

Error logfiles excluded from git


Former-commit-id: 6cfc61a4bbc515639a8f048c41b02749b02d6f8f
Diffstat:
M.gitignore | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -2,3 +2,4 @@ batteryCheck.scpt .DS_Store secret_env_variables oh-my-zsh/cache +error.log