Archived
1
0
Fork 0

zsh: Add alias for easily running valgrind with full checks

This commit is contained in:
Christoph Heiss 2020-11-19 01:47:09 +01:00
parent fe9154a4d2
commit 1f5d82540f
Signed by: c8h4
GPG key ID: 8D9166DCF6A28E57

View file

@ -100,6 +100,7 @@ alias yt-dl-mp3="youtube-dl -o '%(title)s.%(ext)s' -i -x --audio-quality 320K --
alias yt-dl-video="youtube-dl -iw -f 'bestvideo[height<=?1080,ext=mp4]+bestaudio[ext=m4a]/best'"
alias weather='curl wttr.in'
alias diff='diff -u -p -r -N --color=auto'
alias valgrind-full-check='valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes'
alias gcan!='git commit --amend --date now --reset-author'
git-check-merge() {