Archived
1
0
Fork 0

zshrc: add --num-callers argument to valgrind-full-check alias

This is needed to have valgrind always print full backtraces.

Signed-off-by: Christoph Heiss <contact@christoph-heiss.at>
This commit is contained in:
Christoph Heiss 2022-03-07 18:03:30 +01:00
parent eb3053fb74
commit dcd358513f
Signed by: c8h4
GPG key ID: 9C82009BEEDEA0FF

2
zshrc
View file

@ -114,7 +114,7 @@ alias lpsql='psql -U postgres -h localhost'
alias diff='diff -u -p -r -N --color=auto'
alias open=xdg-open
alias usystemctl='systemctl --user'
alias valgrind-full-check='valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes'
alias valgrind-full-check='valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --num-callers=256'
alias weather='curl wttr.in'
alias yt-dl-mp3="youtube-dl -o '%(title)s.%(ext)s' -i -x --audio-quality 320K --audio-format mp3"
alias yt-dl-video="youtube-dl -iw -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best'"