From 393e3dc4f45c400b51f268d9068d98158c3e5f90 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 19 Apr 2024 16:25:49 +0200 Subject: [PATCH] run a program n(=100) times --- .config/fish/conf.d/abbr.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/fish/conf.d/abbr.fish b/.config/fish/conf.d/abbr.fish index ac9f556..4237555 100644 --- a/.config/fish/conf.d/abbr.fish +++ b/.config/fish/conf.d/abbr.fish @@ -30,3 +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"