projects
/
dotfiles
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4d3fe5
)
kshrc: Added alias for make run and make test
author
Lukas Krickl
<lukas@krickl.dev>
Wed, 4 Mar 2026 04:26:16 +0000
(
05:26
+0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Wed, 4 Mar 2026 04:26:16 +0000
(
05:26
+0100)
.kshrc
patch
|
blob
|
history
diff --git
a/.kshrc
b/.kshrc
index d818371b28ea3b813273d998de76cb551ad89d10..304dee7ceae1de5198edf3c741647c7fc7a30b64 100644
(file)
--- a/
.kshrc
+++ b/
.kshrc
@@
-39,3
+39,6
@@
alias f='$EDITOR $(fzf)'
alias hg="history | grep"
alias g="grep -rni"
+alias mr="make && make run"
+alias mt="make && make test"
+