Skip to content

Instantly share code, notes, and snippets.

@adrientiburce
Created August 30, 2019 17:27
Show Gist options
  • Save adrientiburce/f217e4d58bb491cc711af86c75fb970e to your computer and use it in GitHub Desktop.
Save adrientiburce/f217e4d58bb491cc711af86c75fb970e to your computer and use it in GitHub Desktop.
source /usr/share/defaults/etc/profile
alias bureau="cd /home/adrient/Bureau";
alias phpr="systemctl restart php-fpm";
alias phps="systemctl status php-fpm";
alias httpdr="systemctl restart httpd";
alias httpds="systemctl status httpd";
alias run="php -S localhost:8080";
alias cherche="eopkg sr";
alias gg="gedit ~/.bashrc";
alias ll="ls -lhcp";
alias lla="ls -lahcp";
alias info="cd ~/Documents/info";
alias kk="cd ~/gitkraken/ && ./gitkraken";
alias ssho="ssh adrien@origenial.fr";
alias phps="php bin/console server:start";
alias phprun="php -S localhost:8000 -t public/";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment