Last active
February 16, 2016 13:53
-
-
Save Raphhh/02184d104b892fd9b9e6 to your computer and use it in GitHub Desktop.
set some aliases on linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias xphp='php -dxdebug.remote_enable=1 -dxdebug.remote_autostart=1' | |
alias dumpath='echo $PATH | tr ":" "\n"' | |
alias adduserpath='echo 'PATH="$1:$PATH"' >> ~/.profile' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if you use zsh, you need to add to .zshrc:
or