Compare commits
No commits in common. "781caee29f9163f095fb757a365fac6816c5c83f" and "665247311ba9ba41ed3b17576f22f65787d3ec6f" have entirely different histories.
781caee29f
...
665247311b
2
bashrc
2
bashrc
|
@ -148,8 +148,6 @@ 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