Compare commits

...

2 Commits

Author SHA1 Message Date
giomba 57b28ca26b Don't localize messages of git. 2022-03-26 22:03:25 +01:00
giomba 062da469d3 Ignore .vscode configuration directory in repositories. 2022-03-26 22:03:03 +01:00
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,6 @@
.venv
.envrc
*.swp
.vscode/

4
zshrc
View File

@ -3829,6 +3829,10 @@ alias diff='diff -u --color'
alias xopen='xdg-open'
# Everybody likes an user interface with his native language,
# but holy cow who is the idiot who localizes programming tools?
alias git='LANG=en_US.UTF-8 git'
## END OF FILE #################################################################
# vim:filetype=zsh foldmethod=marker autoindent expandtab shiftwidth=4
# Local variables: