Created
May 19, 2014 17:18
-
-
Save deigote/11dc7341b0bdd915d240 to your computer and use it in GitHub Desktop.
Adding fish-modules as a submodule of your fish config repo
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
cd $HOME/.config/fish | |
git submodule add [email protected]:deigote/fish-modules.git fish-modules | |
git ci fish-modules .gitmodules -m 'Added fish-modules as a submodule for convenience' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment