default git editor -> nano + docker cleanup commands

This commit is contained in:
2019-07-18 08:37:55 +02:00
parent fb907b365d
commit 9a21d09580
4 changed files with 53 additions and 44 deletions

View File

@@ -78,7 +78,7 @@ mime ^image, has gimp, X, flag f = gimp -- "$@"
#-------------------------------------------
# Text files
#-------------------------------------------
ext xml|json|csv|tex|py|pl|rb|js|sh|php|md|ovpn = nano -- "$@"
ext xml|json|csv|tex|py|pl|rb|js|sh|php|md|ovpn|txt|cfg|conf = nano -- "$@"
# The very last action, so that it's never triggered accidentally, is to execute a program:
mime application/x-executable = "$1"