-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Fisher installed stuff from Git
- Loading branch information
Showing
22 changed files
with
51 additions
and
982 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
configstore/ | ||
htop/ | ||
jgit/ | ||
fish/fish_variables | ||
__pycache__/ | ||
yarn/ | ||
filezilla/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
fish_variables | ||
|
||
# Fisher plug-ins (must be installed manually) | ||
fish_plugins | ||
completions/bass* | ||
completions/fisher* | ||
completions/nvm* | ||
conf.d/bass* | ||
conf.d/fisher* | ||
conf.d/nvm* | ||
conf.d/z* | ||
functions/_* | ||
functions/bass* | ||
functions/fenv* | ||
functions/fisher* | ||
functions/nvm* | ||
functions/z* |
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
if test -f ~/.bootstrap_rc | ||
if functions --query bass | ||
bass source ~/.bootstrap_rc | ||
else | ||
echo "Looks like bass isn't there. Did you run _setup_fishenv? Check dotfiles setup." | ||
end | ||
end |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.