Compare commits

..

No commits in common. "affd997234f41b6344ecac7b1d11f689aac01878" and "050559d5b98fe1e4651ba09d9d9331edf98d97a3" have entirely different histories.

2 changed files with 2 additions and 3 deletions

1
bashrc
View File

@ -147,7 +147,6 @@ alias dicker="docker"
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 avec parametre
emoji(){ grep -i $1 $OPT_PATH/emoji; }

4
xampp
View File

@ -2,8 +2,8 @@
if [[ $1 == "stop" ]]; then
sudo /opt/lampp/lampp stop
sudo systemctl start lighttpd
sudo systemctl start apache2
else
sudo systemctl stop lighttpd
sudo systemctl stop apache2
sudo /opt/lampp/lampp start
fi