Skip to content

Commit 92c1037

Browse files
committed
Fix unix capitalization.
1 parent 4f1d9e6 commit 92c1037

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# smart-change-directory (scd)
22

33
[Z shell](http://www.zsh.org/) function for visiting any directory in
4-
a Unix shell, [Vim](http://www.vim.org/) or [IPython](http://ipython.org/).
4+
a unix shell, [Vim](http://www.vim.org/) or [IPython](http://ipython.org/).
55

66
`scd` is a Z shell (Zsh) script for changing to any directory with a few
77
keystrokes. scd keeps history of the visited directories, which

vim/plugin/scd.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"
66
" Requirements:
77
"
8-
" * Linux, Mac OS X or other Unix-like operating system
8+
" * Linux, Mac OS X or other unix-like operating system
99
" * Z shell (usually the "zsh" package in Linux)
1010
"
1111
" Installation:

0 commit comments

Comments
 (0)