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
#!/usr/bin/env bash | |
help_string=$(cat <<EOF | |
Usage: $0 [-h|-l] APPLICATION | |
Set a video player as the default. | |
Example: | |
# List candidate desktop files for media players. |
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
" Personal Pastebin | |
" Based on <http://connermcd.com/blog/2012/09/17/personal-pastebin-system/> | |
com! -range=% HtmlPaste <line1>,<line2>call HtmlPaste() | |
noremap <silent> gH :HtmlPaste<cr> | |
fun! HtmlPaste() range | |
" ********* | |
" Settings | |
let localPaste = "~/projects/octopress/source/paste" | |
let remotePublic = "[email protected]:/srv/www/example.com" |