From ad4e380d7baabc2257ae0272ede364aacc780978 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 24 Jul 2018 10:40:20 +0300
Subject: [PATCH] Alias for black Python formatter (instead of installing
 white).

---
 .bashrc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.bashrc b/.bashrc
index 048d0ed..736e5ae 100644
--- a/.bashrc
+++ b/.bashrc
@@ -97,6 +97,7 @@ alias newman='docker run --rm -u "$(id -u):$(id -g)" -v "$PWD:/etc/newman" -t po
 alias http-server='python3 -m http.server 8080'
 alias dd='monitor sudo dd status=progress'
 alias screenshot-cleanup='find "$HOME/Pictures" -name "Screenshot from *.png" -delete'
+alias black='black --line-length 79'
 alias bell="printf '\\a'"
 command -v notify-send > /dev/null || alias notify-send='bell'
 
-- 
GitLab