You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: zshrc
+2
Original file line number
Diff line number
Diff line change
@@ -276,13 +276,15 @@ alias wtr="curl http://wttr.in"
276
276
alias weather="curl http://wttr.in"
277
277
alias btc="curl eur.rate.sx/btc@60d"
278
278
279
+
279
280
cheat() {
280
281
curl https://cheat.sh/$1
281
282
}
282
283
qr() {
283
284
curl -s http://qrenco.de/$1| cat
284
285
}
285
286
287
+
286
288
if [[ $HOST=="applejack"||$HOST=="fluttershy"||$HOST=="rarity"||$HOST=="cheerilee"||$HOST=="fancypants"||$HOST=="pipsqueak"||$HOST=="scootaloo"||$HOST=="blossomforth"||$HOST=="featherweight"||$HOST=="twist"||$HOST=="thunderlane" ]];then
0 commit comments