Compare commits
2 Commits
665247311b
...
781caee29f
Author | SHA1 | Date |
---|---|---|
|
781caee29f | |
|
0448c633e0 |
2
bashrc
2
bashrc
|
@ -148,6 +148,8 @@ alias hexdump="hexdump --canonical"
|
||||||
alias p3="python3"
|
alias p3="python3"
|
||||||
alias shrek="firefox https://www.youtube.com/watch?v=_S7WEVLbQ-Y"
|
alias shrek="firefox https://www.youtube.com/watch?v=_S7WEVLbQ-Y"
|
||||||
alias ssh-save='eval $(ssh-agent) && ssh-add'
|
alias ssh-save='eval $(ssh-agent) && ssh-add'
|
||||||
|
alias raylib="cd /usr/local/include && v raylib.h"
|
||||||
|
alias d="dev"
|
||||||
|
|
||||||
# alias avec parametre
|
# alias avec parametre
|
||||||
emoji(){ grep -i $1 $OPT_PATH/emoji; }
|
emoji(){ grep -i $1 $OPT_PATH/emoji; }
|
||||||
|
|
Loading…
Reference in New Issue