Skip to content
Snippets Groups Projects
Commit ad4e380d authored by nimrod's avatar nimrod
Browse files

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

parent 59a9e5c1
Branches
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment