@@ -22,8 +22,8 @@ smart people at [Hashrocket](http://hashrocket.com/).
22
22
- [ Rails] ( #rails )
23
23
- [ Ruby] ( #ruby )
24
24
- [ tmux] ( #tmux )
25
+ - [ Unix] ( #unix )
25
26
- [ Vim] ( #vim )
26
- - [ Zsh] ( #zsh )
27
27
28
28
---
29
29
@@ -191,6 +191,31 @@ smart people at [Hashrocket](http://hashrocket.com/).
191
191
- [ Swap Split Panes] ( tmux/swap-split-panes.md )
192
192
- [ tmux in your tmux] ( tmux/tmux-in-your-tmux.md )
193
193
194
+ ### unix
195
+
196
+ - [ All The Environment Variables] ( unix/all-the-environment-variables.md )
197
+ - [ Cat A File With Line Numbers] ( unix/cat-a-file-with-line-numbers.md )
198
+ - [ Check If A Port Is In Use] ( unix/check-if-a-port-is-in-use.md )
199
+ - [ Clear The Screen] ( unix/clear-the-screen.md )
200
+ - [ Create A File Descriptor with Process Substitution] ( unix/create-a-file-descriptor-with-process-substitution.md )
201
+ - [ Do Not Overwrite Existing Files] ( unix/do-not-overwrite-existing-files.md )
202
+ - [ File Type Info With File] ( unix/file-type-info-with-file.md )
203
+ - [ Find Newer Files] ( unix/find-newer-files.md )
204
+ - [ Global Substitution On The Previous Command] ( unix/global-substitution-on-the-previous-command.md )
205
+ - [ Hexdump A Compiled File] ( unix/hexdump-a-compiled-file.md )
206
+ - [ Killing A Frozen SSH Session] ( unix/killing-a-frozen-ssh-session.md )
207
+ - [ List All The Say Voices] ( unix/list-all-the-say-voices.md )
208
+ - [ Only Show The Matches] ( unix/only-show-the-matches.md )
209
+ - [ Repeat Yourself] ( unix/repeat-yourself.md )
210
+ - [ Saying Yes] ( unix/saying-yes.md )
211
+ - [ Search History] ( unix/search-history.md )
212
+ - [ Securely Remove Files] ( unix/securely-remove-files.md )
213
+ - [ SSH With Port Forwarding] ( unix/ssh-with-port-forwarding.md )
214
+ - [ Switch Versions of a Brew Formula] ( unix/switch-versions-of-a-brew-formula.md )
215
+ - [ Watch The Difference] ( unix/watch-the-difference.md )
216
+ - [ Watch This Run Repeatedly] ( unix/watch-this-run-repeatedly.md )
217
+ - [ Where Are The Binaries?] ( unix/where-are-the-binaries.md )
218
+
194
219
### vim
195
220
196
221
- [ Absolute And Relative Line Numbers] ( vim/absolute-and-relative-line-numbers.md )
@@ -253,31 +278,6 @@ smart people at [Hashrocket](http://hashrocket.com/).
253
278
- [ Whole Line Auto-Completion] ( vim/whole-line-auto-completion.md )
254
279
- [ Wrap With Some Room] ( vim/wrap-with-some-room.md )
255
280
256
- ### zsh
257
-
258
- - [ All The Environment Variables] ( zsh/all-the-environment-variables.md )
259
- - [ Cat A File With Line Numbers] ( zsh/cat-a-file-with-line-numbers.md )
260
- - [ Check If A Port Is In Use] ( zsh/check-if-a-port-is-in-use.md )
261
- - [ Clear The Screen] ( zsh/clear-the-screen.md )
262
- - [ Create A File Descriptor with Process Substitution] ( zsh/create-a-file-descriptor-with-process-substitution.md )
263
- - [ Do Not Overwrite Existing Files] ( zsh/do-not-overwrite-existing-files.md )
264
- - [ File Type Info With File] ( zsh/file-type-info-with-file.md )
265
- - [ Find Newer Files] ( zsh/find-newer-files.md )
266
- - [ Global Substitution On The Previous Command] ( zsh/global-substitution-on-the-previous-command.md )
267
- - [ Hexdump A Compiled File] ( zsh/hexdump-a-compiled-file.md )
268
- - [ Killing A Frozen SSH Session] ( zsh/killing-a-frozen-ssh-session.md )
269
- - [ List All The Say Voices] ( zsh/list-all-the-say-voices.md )
270
- - [ Only Show The Matches] ( zsh/only-show-the-matches.md )
271
- - [ Repeat Yourself] ( zsh/repeat-yourself.md )
272
- - [ Saying Yes] ( zsh/saying-yes.md )
273
- - [ Search History] ( zsh/search-history.md )
274
- - [ Securely Remove Files] ( zsh/securely-remove-files.md )
275
- - [ SSH With Port Forwarding] ( zsh/ssh-with-port-forwarding.md )
276
- - [ Switch Versions of a Brew Formula] ( zsh/switch-versions-of-a-brew-formula.md )
277
- - [ Watch The Difference] ( zsh/watch-the-difference.md )
278
- - [ Watch This Run Repeatedly] ( zsh/watch-this-run-repeatedly.md )
279
- - [ Where Are The Binaries?] ( zsh/where-are-the-binaries.md )
280
-
281
281
## About
282
282
283
283
I shamelessly stole this idea from
0 commit comments