remove silly underscore

This commit is contained in:
Mylloon 2024-04-22 16:29:21 +02:00
parent 5552cf4a08
commit 6883f3a712
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -30,4 +30,4 @@ abbr grp "git remote prune origin"
abbr lfs "git lfs install; git lfs fetch; git lfs checkout"
abbr ls "eza --icons=auto"
abbr topgrade "topgrade; pacman-clean"
abbr run "for i in (seq 100); ./my_program; end"
abbr run "for i in (seq 100); ./program; end"