From ef99ab3a6afc0f89c2abdbc6d018d70beafcee8e Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Thu, 28 Jul 2016 18:22:44 +0200 Subject: [PATCH] Adding clang-format alias --- .aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/.aliases b/.aliases index a7b9299..e125931 100644 --- a/.aliases +++ b/.aliases @@ -10,6 +10,7 @@ alias df='df -h' alias du='du -ch' hash tree 2>/dev/null && alias t='tree' hash htop 2>/dev/null && alias top='htop' +hash clang-format 2>/dev/null && alias clang-format='clang-format -style="{BasedOnStyle: llvm, IndentWidth: 4, AllowShortFunctionsOnASingleLine: None, KeepEmptyLinesAtTheStartOfBlocks: false}"' hash xscreensaver-command 2>/dev/null && alias lock='xscreensaver-command --lock' hash sqlmap 2>/dev/null && alias sqlmap='sqlmap --user-agent="Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"' hash sqlmap 2>/dev/null && alias sqlmap-tor='sqlmap --tor --tor-type=SOCKS5'