Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
O
oh-my-fish
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
oh-my-fish
Commits
f2a70f45
Commit
f2a70f45
authored
Oct 24, 2014
by
Bruno Pinto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #231 from iven/ccache
parents
f3dcaa38
8773b12c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
plugins/README.markdown
plugins/README.markdown
+1
-0
plugins/ccache/ccache.load
plugins/ccache/ccache.load
+9
-0
No files found.
plugins/README.markdown
View file @
f2a70f45
...
...
@@ -3,6 +3,7 @@
*
__autojump__ - makes navigating filesystem much faster. see
[
autojump article
](
https://github.com/joelthelion/autojump/wiki
)
and
[
video
](
https://www.youtube.com/watch?v=tnNyoMGnbKg
)
. bindings only, autojump needs to be installed separately.
*
__brew__
[
Homebrew
](
http://brew.sh/
)
integration
*
__bundler__ use Ruby's
[
Bundler
](
http://bundler.io/
)
automatically for some commands
*
__ccache__ Enable
[
ccache
](
http://ccache.samba.org/
)
to speed up compilation
*
__django__ - helper for Django Unit tests. Cleans the cached modules as well.
*
__ec2__ - exports env variables for Amazon's EC2 management
*
__emoji-clock__ - The current time with half hour accuracy as an emoji symbol
...
...
plugins/ccache/ccache.load
0 → 100644
View file @
f2a70f45
# Use ccache for building Android
# See: https://source.android.com/source/initializing.html#setting-up-ccache
set -gx USE_CCACHE 1
if test -n "$CCACHE_ROOT"
_append_path $CCACHE_ROOT
else
_append_path /usr/lib/ccache/bin
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment