Skip to content

Commit c4e6674

Browse files
committed
update
1 parent 0ae94e9 commit c4e6674

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

timetracker.tasks

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ personal/language/italian
1111
personal/language/portuguese
1212
personal/language/russian
1313
personal/language/spanish
14+
personal/mail
1415
personal/news&entertainment
1516
personal/ricing
1617
personal/serveradmin

tuir/tuir.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ DOWNVOTE = z
197197
LOGIN = u
198198
DELETE = d
199199
EDIT = e
200-
INBOX = i
200+
INBOX = I
201201
REFRESH = r, <KEY_F5>
202202
PROMPT = /
203203
SAVE = w

zshrc

+2
Original file line numberDiff line numberDiff line change
@@ -276,13 +276,15 @@ alias wtr="curl http://wttr.in"
276276
alias weather="curl http://wttr.in"
277277
alias btc="curl eur.rate.sx/btc@60d"
278278

279+
279280
cheat() {
280281
curl https://cheat.sh/$1
281282
}
282283
qr() {
283284
curl -s http://qrenco.de/$1 | cat
284285
}
285286

287+
286288
if [[ $HOST == "applejack" || $HOST == "fluttershy" || $HOST == "rarity" || $HOST == "cheerilee" || $HOST == "fancypants" || $HOST == "pipsqueak" || $HOST == "scootaloo" || $HOST == "blossomforth" || $HOST == "featherweight" || $HOST == "twist" || $HOST == "thunderlane" ]]; then
287289

288290
ipynb() {

0 commit comments

Comments
 (0)