Commit 0aeeceb4 authored by nimrod's avatar nimrod
Browse files

Alias for black Python formatter (instead of installing white).

parent 54165f85
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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'