home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73475ec
)
Add sccache-restart alias
author
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 20 Nov 2024 15:17:07 +0000
(10:17 -0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 20 Nov 2024 15:17:07 +0000
(10:17 -0500)
home/lib/login_aliases.sh
patch
|
blob
|
blame
|
history
diff --git
a/home/lib/login_aliases.sh
b/home/lib/login_aliases.sh
index
bd6a494
..
a2716a9
100644
(file)
--- a/
home/lib/login_aliases.sh
+++ b/
home/lib/login_aliases.sh
@@
-27,3
+27,4
@@
alias ideas='cd ~/doc/ideas && vim ideas.md'
alias quotes='cd ~/doc/quotations && vim quotations.md'
alias bitcoin='nc ticker.bitcointicker.co 10080' # https://github.com/chubin/awesome-console-services#Money
alias weather='cat ~/.pista-out/weather-summary'
+alias sccache-restart='sccache --stop-server; sccache --start-server'
This page took
0.022847 seconds
and
4
git commands to generate.