Skip to content

Instantly share code, notes, and snippets.

@neroze
Last active February 4, 2019 11:12
Show Gist options
  • Save neroze/cd6d76489334505133a15b94f947e86a to your computer and use it in GitHub Desktop.
Save neroze/cd6d76489334505133a15b94f947e86a to your computer and use it in GitHub Desktop.
set Up fish alias
#!/usr/bin/env node
console.log('yay gist')
const shell = require('shelljs')
shell.exec('sudo touch ~/config/f/index.js')
{
"name": "jumper-fish-alias-config",
"version": "1.0.0",
"bin": "./index.js",
"dependencies": {
"chalk": "^2.3.2",
"shelljs": "^0.8.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment