We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f1d9e6 commit 92c1037Copy full SHA for 92c1037
README.md
@@ -1,7 +1,7 @@
1
# smart-change-directory (scd)
2
3
[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/).
+a unix shell, [Vim](http://www.vim.org/) or [IPython](http://ipython.org/).
5
6
`scd` is a Z shell (Zsh) script for changing to any directory with a few
7
keystrokes. scd keeps history of the visited directories, which
vim/plugin/scd.vim
@@ -5,7 +5,7 @@
"
" Requirements:
8
-" * Linux, Mac OS X or other Unix-like operating system
+" * Linux, Mac OS X or other unix-like operating system
9
" * Z shell (usually the "zsh" package in Linux)
10
11
" Installation:
0 commit comments