Skip to content

Commit

Permalink
aliases: add clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
niclas committed Apr 25, 2023
1 parent 7a49db5 commit dba63cd
Show file tree
Hide file tree
Showing 2 changed files with 689 additions and 0 deletions.
1 change: 1 addition & 0 deletions .bash_aliases
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
alias clang-format="`which clang-format` -style=$HOME/.clang-format"
alias config="`which git` --git-dir=$HOME/.git_dotfiles --work-tree=$HOME"
alias e="$EDITOR"
alias v="$VISUAL"
Expand Down
Loading

0 comments on commit dba63cd

Please sign in to comment.