Skip to content

Instantly share code, notes, and snippets.

@robotmay
Created January 21, 2015 16:54
Show Gist options
  • Save robotmay/1f426a7c9f843b0d8eb2 to your computer and use it in GitHub Desktop.
Save robotmay/1f426a7c9f843b0d8eb2 to your computer and use it in GitHub Desktop.
config.fish
set -x TERM screen-256color-bce
set -U EDITOR vim
source /usr/local/share/fry/fry.fish
alias git=hub
function recursive_replace
grep -rl $argv[1] $argv[3] | xargs sed -i "s/$argv[1]/$argv[2]/g"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment