aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororeodave <aryadevchavali1@gmail.com>2019-10-25 22:02:18 +0100
committeroreodave <aryadevchavali1@gmail.com>2019-10-25 22:02:18 +0100
commit0d136500fe7ffeb46c59f75c72dd1c3abbf7198a (patch)
treeb378144ca6ec658d4ef15763a5dba43426929096
parentf99dbea0ae92fab4e93e4a16f35631fec90170d6 (diff)
downloaddotfiles-0d136500fe7ffeb46c59f75c72dd1c3abbf7198a.tar.gz
dotfiles-0d136500fe7ffeb46c59f75c72dd1c3abbf7198a.tar.bz2
dotfiles-0d136500fe7ffeb46c59f75c72dd1c3abbf7198a.zip
+alias clang-format to use local files for styles
-rw-r--r--zshenv1
1 files changed, 1 insertions, 0 deletions
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