From 0d136500fe7ffeb46c59f75c72dd1c3abbf7198a Mon Sep 17 00:00:00 2001 From: oreodave Date: Fri, 25 Oct 2019 22:02:18 +0100 Subject: +alias clang-format to use local files for styles --- zshenv | 1 + 1 file changed, 1 insertion(+) diff --git a/zshenv b/zshenv index 5776582..fc92e5d 100644 --- a/zshenv +++ b/zshenv @@ -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 -- cgit v1.2.3-13-gbd6f