diff options
-rw-r--r-- | zshenv | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ export SHELL="zsh" alias yapf='python3 -m yapf' alias clip="xclip -sel clip" alias paste="xclip -o" +alias clang-format="clang-format -style=file" export force_color_prompt=yes # Programming |