dotfiles

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

commit 0579fa2aedb6326650eecd807aaf8f1ef01fe350
parent 7e8f5ceb726c401cde09efca2c79fe4e5aec8d33
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Wed, 25 Apr 2018 23:19:42 +0200

Installed thefuck

Diffstat:
M.commonprofile | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.commonprofile b/.commonprofile @@ -188,3 +188,7 @@ export HOMEBREW_EDITOR="atom" export CASK_REPO=`brew --repository`/Library/Taps/caskroom/homebrew-cask ###################### + +### THEFUCK ### +eval $(thefuck --alias) +##############