From 0448c633e002b7fb8c123ee5591618e6f1a29ea9 Mon Sep 17 00:00:00 2001 From: nemo Date: Mon, 19 Aug 2024 16:03:59 +0200 Subject: [PATCH] raylib --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index 1f882f4..4b9708f 100755 --- a/bashrc +++ b/bashrc @@ -148,6 +148,7 @@ alias hexdump="hexdump --canonical" alias p3="python3" alias shrek="firefox https://www.youtube.com/watch?v=_S7WEVLbQ-Y" alias ssh-save='eval $(ssh-agent) && ssh-add' +alias raylib="cd /usr/local/include && v raylib.h" # alias avec parametre emoji(){ grep -i $1 $OPT_PATH/emoji; }