mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 05:40:08 +00:00
Fix indentation
This commit is contained in:
parent
9b29136ec6
commit
6f1929f822
1 changed files with 1 additions and 2 deletions
|
@ -27,8 +27,7 @@ if "$ZSH/tools/require_tool.sh" emacs 23 2>/dev/null ; then
|
|||
# jump to the directory of the current buffer
|
||||
function ecd {
|
||||
local cmd="(let ((buf-name (buffer-file-name (window-buffer))))
|
||||
(if buf-name
|
||||
(file-name-directory buf-name)))"
|
||||
(if buf-name (file-name-directory buf-name)))"
|
||||
|
||||
local dir=`$EDITOR --eval "$cmd" | tr -d \"`
|
||||
if [ -n "$dir" ] ;then
|
||||
|
|
Loading…
Reference in a new issue