我想--
为 bashcd -
命令创建别名。为了解决这个问题,我找到了使用这个别名的建议:
alias -- -="cd -"
但是,这会导致以下错误,如此会话片段中所示:
chris@DeathStar:~$ cd .vim
chris@DeathStar:~/.vim$ --
-bash: --: command not found
chris@DeathStar:~/.vim$
我的bash --version
:
GNU bash, version 4.2.39(2)-release (i386-apple-darwin12.2.1)
Copyright (C) 2011 Free Software Foundation, Inc.
有任何想法吗?