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

- Added flake3 alias, flake8 for Python3.

parent 6f285b8e
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,7 @@ alias ssh-ca='$HOME/Documents/Shore/ssh-ca/ssh-ca'
alias concat="perl -pe 's/\n/\\\n/g'"
alias deconcat="perl -pe 's/\\\n/\n/g'"
alias ggo='sudo GOPATH=/usr/share/go go'
alias flake3='python3 -m flake8'
gen-csr () {
openssl req -new -newkey rsa:4096 -nodes -out $1.csr -keyout $1.key
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment