diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-10-25 22:02:18 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-10-25 22:02:18 +0100 |
commit | 0d136500fe7ffeb46c59f75c72dd1c3abbf7198a (patch) | |
tree | b378144ca6ec658d4ef15763a5dba43426929096 /zshenv | |
parent | f99dbea0ae92fab4e93e4a16f35631fec90170d6 (diff) | |
download | dotfiles-0d136500fe7ffeb46c59f75c72dd1c3abbf7198a.tar.gz dotfiles-0d136500fe7ffeb46c59f75c72dd1c3abbf7198a.tar.bz2 dotfiles-0d136500fe7ffeb46c59f75c72dd1c3abbf7198a.zip |
+alias clang-format to use local files for styles
Diffstat (limited to 'zshenv')
-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 |