📝 Added alias for valgrind debugging tool
This commit is contained in:
parent
bca127d8f5
commit
90a6f6e0f3
1 changed files with 2 additions and 1 deletions
3
aliases
3
aliases
|
|
@ -190,7 +190,6 @@ alias optimalbufsize= 'stat -c "%o"' # followed by filename will give you the op
|
|||
alias {rcrm,rrm}="doas xargs -d\\n rm -r -v" # when piped after locate or find command, recursively removes outputted files
|
||||
alias athena="athena-jot"
|
||||
alias view-in-tty="fim"
|
||||
alias cprogrammingtags="ctags"
|
||||
alias snarfsnarf="snarf"
|
||||
alias shchk="shellcheck"
|
||||
# get top process eating memory
|
||||
|
|
@ -206,6 +205,8 @@ alias tkill="tmux kill-ses -t"
|
|||
|
||||
# programming specific aliases
|
||||
alias cc="cc -Wall -Werror -Wextra"
|
||||
alias cprogrammingtags="ctags"
|
||||
alias vgrind="valgrind --leak-check=full --track-origins=yes -s"
|
||||
|
||||
# game shortcuts
|
||||
alias {cbpunk,cyberpunk}="steam steam://rungameid/1091500 &"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue