Last active
February 4, 2019 11:12
-
-
Save neroze/cd6d76489334505133a15b94f947e86a to your computer and use it in GitHub Desktop.
set Up fish alias
This file contains 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 node | |
console.log('yay gist') | |
const shell = require('shelljs') | |
shell.exec('sudo touch ~/config/f/index.js') |
This file contains 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
{ | |
"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