远程SSH命令-bash绑定警告:未启用行编辑
我正在使用bash 4.3.11(1)并安装了以下历史记录插件(通过.bash_it): # enter a few characters and press UpArrow/DownArrow # to search backwards/forwards through the history bind '"^[[A":history-search-backward' bind '"^[[B":history-search-forward' 当我登录到交互式会话时,一切都很好,但是当我通过ssh host 'ls -als'例如运行远程命令时,会看到以下输出: : ssh host 'ls -als' /home/ubuntu/.bash_it/plugins/enabled/history.plugin.bash: line 3: bind: warning: line editing not enabled /home/ubuntu/.bash_it/plugins/enabled/history.plugin.bash: line 4: bind: warning: line editing not enabled 当我echo -e …