Last active
September 10, 2016 07:44
-
-
Save ggl/a8350ad83626839ea3d9 to your computer and use it in GitHub Desktop.
Bash/zsh shell alaiases
This file contains hidden or 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
#!/bin/sh | |
alias rm='rm -i' | |
alias mv='mv -i' | |
alias cp='cp -i | |
alias plack-app-dir="plackup -MPlack::App::Directory -e 'my \$app = Plack::App::Directory->new({ root => \"\$ENV{HOME}/public\" })->to_app;'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment