Skip to content

Instantly share code, notes, and snippets.

@ggl
Last active September 10, 2016 07:44
Show Gist options
  • Save ggl/a8350ad83626839ea3d9 to your computer and use it in GitHub Desktop.
Save ggl/a8350ad83626839ea3d9 to your computer and use it in GitHub Desktop.
Bash/zsh shell alaiases
#!/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