Skip to content

Commit

Permalink
valgrind alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Wes974 committed Nov 18, 2020
1 parent 274d424 commit e0b294a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dotfiles/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ alias vim='/usr/bin/nvim'

alias g='gcc -Wall -Wextra -Werror -pedantic -std=c99 -fsanitize=address -g'

alias valgrind='valgrind --leak-check=full --show-leak-kinds=all --leak-resolution=high --track-origins=yes --vgdb=yes'

# Faster switch back to alted progs
fancy-ctrl-z () {
if [[ $#BUFFER -eq 0 ]]; then
Expand Down

0 comments on commit e0b294a

Please sign in to comment.